Jump to content


odin337

Member Since 29 Dec 2012
Offline Last Active Jan 06 2013 01:06 AM
-----

Topics I've Started

Help with random generators,loops and over all code.

29 December 2012 - 08:30 AM

So me a friend of mine are working on a text based adventure game, I how ever came in to a few snag.
1. How do we call variable that equal monsters(like int harp= Harpy,or int orc=Orc) in a random generator
2. How can we add in combat.
3. How can we add in combat in specific areas like orcs only fought in the highlands were harpys are in the low land
4. how to code better, key npc rather than if statements (if there are better ways).