ID:179905
 
i have the code in there and the mobs are attackable but i just cant attack them. whats the problem
well,first off u gotta tell us the code so we can help you and second i know why (even if u didnt display any code its because u dont have a stat panel thats needed to carry out the attack proc heres the code:

mob/var
[tab]set category="Stats"
[tab]hp=whatever
[tab]next var=???
[tab]last var=??
well if you would like to add more vars all you do is add more loke the ones above

In response to XenoCyde
actually i have the stat panel and the attack verb the only problem is that it wont attack.
In response to Liushinkyu
Because you didn't tell it to attack properly, obviously.
In response to XenoCyde
XenoCyde wrote:
well,first off u gotta tell us the code so we can help you and second i know why (even if u didnt display any code its because u dont have a stat panel thats needed to carry out the attack proc heres the code:

mob/var
[tab]set category="Stats"
[tab]hp=whatever
[tab]next var=???
[tab]last var=??
well if you would like to add more vars all you do is add more loke the ones above

XenoCyde, I suggest that you go look at the statpanel stuff in detail this time.