In response to Pagemaster
I made a typo, just delete that bracket on the end and it should be okay.
In response to Pagemaster
Pagemaster wrote:
<font color = red>Well I did that, but now it says i undefined gun like 4 times and my hp var is undefined: here is the code i recieved earlier.</font color = red>
...
var
gun = null<font color = red><-- and heY! here it is already defined...-_-'</font color = red>

"usr" is a mob var.

You defined "gun" as a global var.

Try "mob/var/gun=null".

Pay attention to scope.
In response to Yota

"usr" is a mob var.

You defined "gun" as a global var.

Try "mob/var/gun=null".

Pay attention to scope.

thanks that came up well,but the hp var?
Page: 1 2