Hi,
I need a way to build a list of instructions for my character to follow, preferably something simple. Any ideas?
-Thanks, Variant
Printable View
Hi,
I need a way to build a list of instructions for my character to follow, preferably something simple. Any ideas?
-Thanks, Variant
What type of instructions are you talking about? Coordinates? Custom actions?
I would recommend using the List object or INI++
Hi Variant. I have a Move By Letter example on my website.
Marv
I'm doing it for angle, so it will be only one variable. I tried the list object, but it's not working good for me so I need another way.Quote:
Originally Posted by netninja
-Thanks, Variant
I could try, but I would need to modify it a lot.Quote:
Originally Posted by nivram
-Thanks, Variant
Go for it.
Marv
List object should work fine. And if you don't want to modify things then programming isn't a good choice for you, every programmer has to change things
Lists are amazingly useful in games. I didn't realise until I started this newest game.