100 Plus Rules
Devils
Member Posts: 561
Alright I want to add a 100 plus rules to my game. How can I do this without having to type everything in one by one?
Comments
Or if some rules are similar to others I'd copy those and make whatever changes you need to.
Try not to get too lazy; keep in mind this is a lot less work than OBJ C :P
rule if game.texts = 0
display text.
rule if game.texts = 1
display text.
rule if game.texts = 2
display text.
rule if game.texts = 3
display text.
rule if game.texts = 4
display text.
is where the problem begins as I get further and further the actual area where I see the rules starts to get smaller and smaller till eventually I can't see the section where I am suppose to type in my text.
I am also working on another little project that will definitely put some wow's in peoples mouth when they see it.