ID:147217
Aug 6 2004, 9:03 am
|
|
Ok so i gota ask this to..how do i code a heal spell that heals all of the mobs in view(or on the same screen as) the mob who casts it? No matter what ive tried, instead of healing all of them, it just asks who the mob wants to heal. help?
|
Aug 6 2004, 9:07 am
|
|
If you want my help, you'll have to follow the Code of HelpingHand rules. Therefore not abusing "code".
|
In response to JohnReaper
|
|
JohnReaper wrote:
If you want my help, you'll have to follow the Code of HelpingHand rules. Therefore not abusing "code". Ok..then let me try and rephrase what I said in my first post. How would I write a procedure that, when a certain verb(such as "Heal")is used, that all the mobs in view of the mob who used the verb HP variables increase by a random amount? |
In response to Reinhartstar
|
|
Use a for-loop to go through all the mobs returned by the view function.
mob/verb/heal() |
In response to Loduwijk
|
|
ok thanks loduwijk.
|