Rpg
by Taras Ukrainchuk · in Torque Game Engine · 11/01/2006 (4:59 pm) · 2 replies
I was thinking of making a Final Fantasy type of game with the ATB and other things, is this engine possible of making things like random encounters?
Contact me here or at my email
necron14@gmail.com
Contact me here or at my email
necron14@gmail.com
#2
I could probably have an ATB system set up before Friday using TGE script, so yeah, very possible. The great thing about ATB battles and random encounters is that it gives you more control over the game, particularly combat. Always a good thing.
11/01/2006 (5:33 pm)
I managed to make a really really simple RPG demo with RPG Maker way back in the day. The engine did not ship with ATB capability or a lot of other features Final Fantasy had. Using just their simple "script" system, I was able to implement it. . .I could probably have an ATB system set up before Friday using TGE script, so yeah, very possible. The great thing about ATB battles and random encounters is that it gives you more control over the game, particularly combat. Always a good thing.
Torque 3D Owner Max
And about your question... Yes. Its totally possible.
This is how I would do it:
1) Run a looping function, that refreshes every 5 or 10 seconds
2) Have it get a random number, if it is greater than 0.9 have it call a function
3) Have the function just called make a bot appear, relative to the players location, and attack.