
-----------------------------------
magicman
Thu Apr 22, 2004 1:28 pm

Making a RPg and need help with the monsters.
-----------------------------------
can anny one out there help me with the monsters. Can you tell me what procedure and things like that?
thanks. :D  :evil:  :twisted:  :evil:  :twisted:

-----------------------------------
Delta
Thu Apr 22, 2004 2:04 pm


-----------------------------------
It all depends on how you want your game... maybe you should read asian sensations tutorial/rules on posting new topics.
Give people more information man... and I doubt anyone in their right mind yet alone thier left ;) would do the code for you. No one likes when other ppl get the credit for code that they created.

-----------------------------------
TheFerret
Fri Apr 23, 2004 4:54 am


-----------------------------------
I don't think that he was asking people to do the code, he wanted to know what to do for procedures for his monsters...

-----------------------------------
Tony
Fri Apr 23, 2004 12:26 pm


-----------------------------------
monster class should be something like

%//pseudocode
class monster

int HP
int energy/AP
int otherStats

proc attack()
proc takeDmg()
proc defend()
...
etc.

just have a group of variables to hold monster's stats and procedures for anything the monster could do
