Posted by Lance 24.9.41.250 using Mozilla/4.0 (compatible; MSIE 4.01; Windows 95) on March 29, 2000 at 15:50:51:
In Reply to: Well... posted by MrG on March 29, 2000 at 15:28:10:
What I mean is I would have one program, like you said. But for random battles, would I have to manually place this on the board? If we had better multitasking I would do it with NPC's running into you, but that wouldn't work well now.
I was gonna have a program sorta like this:
#Include ("system.prg")
#Random (20, fight!)
#Random (5, enemy1!)*The number depends on enemies for that board
#Random (5, enemy2!)
#Random (5, enemy3!)
#Random (5, enemy4!)
It gets too complicated after that. But basically what I am doing is setting fight!, which is the battle frequency (5%) and then selectingut of 5 possible enemies to fight. I need to know what to do get this program to set up a random battle.
It isn't a real pressing matter, it isn't needed for Oasis, but the sooner I start work on it the better.
Thanks for trying to help man, I appreciate it =)
-Later o_0
-Lance