Advertisement
piexil

RPG engine .5 readme

May 22nd, 2012
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. text rpg engine Alpha .5 readme
  2.  
  3. <For beta testers only>
  4. after it asks you if you'd like to load, you're in the movement sequence:
  5. Commands you can do here:
  6. w - goes west or -1 on the plane
  7. e - oes east or +1 on the plane
  8. n - goes north or + on the vertical plane
  9. s - goes south or -1 on the vertical plane
  10. save - saves the game to save.txt
  11. inv - goes to inventory
  12. iamjesus - enters debug mode
  13.  
  14. Inside debug mode you can:
  15. vpos - sets vertical position
  16. hpos - sets horizontal position
  17. health -sets health
  18. bnm - diables random monster encounters
  19.  
  20. Inside the inventory you can:
  21. exit - goes back to either move, battle or town (Where ever you came from)
  22. heal - uses up a health potion to add 50 health points
  23.  
  24. Inside a random monster encounter you can
  25. a - Attacks the monster
  26. inv - goes to inventory
  27. run - runs away
  28.  
  29. At VPOS = 5 and HPOS = 3 there is a town
  30. in a town you can
  31. leave - leaves the town}
  32. quest - gets a quest
  33. inv - goes to inventory
  34.  
  35. At vpos = 4 and hpos == 5 there is a dungeon
  36. A dungeon is just like the outside world (Move phase) except it is smaller (tells you the size when you enter) and has a higher chance of a monster battle occuring
  37. In the dungeon, at vpos 15 and hpos 15 there is the golden guantlets which you use to complete the quest.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement