Ok... I have really tried this but
How would you make it so like say you wanted a list of the mobs(just players) and if you clicked on one it would heal them. I really only need help with the list of mobs in view!
ID:147001
Nov 14 2004, 9:00 am
|
|
This should be in newbie central, I believe. But anyways I think this will work(untested).
mob/verb/Heal(M as mob in view()) -EDIT- I forgot about only players, sorry. mob/verb/Heal(M as mob in view()) |
In response to Artekia
|
|
Artekia wrote:
This should be in newbie central, I believe. But anyways I think this will work(untested). > mob/verb/Heal(M as mob in view()) -EDIT- > mob/verb/Heal(M as mob in view()) I think he means... mob |
In response to Hell Ramen
|
|
Click is called for the clicked object, not for the clicker with the clicked object taken in as an argument.
You would want the following. mob But I assumed he wanted a list of players in an input prompt. If that is the case he would want the following instead. mob/verb/heal() |
In response to Tribal Fusion
|
|
Na loduwijk helped... He helps me with alot XD
|
Heal For GM or For all Players?
Please be more spacific and id be sure to help you.
Tribal Fusion