Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- text rpg engine Alpha .5 readme
- <For beta testers only>
- after it asks you if you'd like to load, you're in the movement sequence:
- Commands you can do here:
- w - goes west or -1 on the plane
- e - oes east or +1 on the plane
- n - goes north or + on the vertical plane
- s - goes south or -1 on the vertical plane
- save - saves the game to save.txt
- inv - goes to inventory
- iamjesus - enters debug mode
- Inside debug mode you can:
- vpos - sets vertical position
- hpos - sets horizontal position
- health -sets health
- bnm - diables random monster encounters
- Inside the inventory you can:
- exit - goes back to either move, battle or town (Where ever you came from)
- heal - uses up a health potion to add 50 health points
- Inside a random monster encounter you can
- a - Attacks the monster
- inv - goes to inventory
- run - runs away
- At VPOS = 5 and HPOS = 3 there is a town
- in a town you can
- leave - leaves the town}
- quest - gets a quest
- inv - goes to inventory
- At vpos = 4 and hpos == 5 there is a dungeon
- 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
- 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