I am creating an if style book, where you have to go page to page keeping track of things like hitpoints, gold and fight.
Along the way you will get into fights with monsters. I need a fighting system. Ideas:
Random Number gen (1-4) + Level (0-6) = "Attack score" this takes off an amount of hitpoints from the foe. Then the foe does the same against you.
I would like to be able to "run" from the monster to another "page". This is a Random Number gen to decide whether the hero gets away (to stop people from running away from every fight) (1=run away, 2,3,4 = not being able to run away)
If the hero wins a fight he may win a trophy. Is it possible for to put the trophy in a list and new trophies are added to that list as the hero wins them. At the end of each adventure there will be a trophy showing so each trophy will have a hidden number assigned to it. Depending on the total would depend on what you get in the next adventure.
Can you give me examples on how to do this?
2007-05-20
21:59:31
·
2 answers
·
asked by
funsevuk
2
in
Computers & Internet
➔ Programming & Design