![]() Nov 5 2003, 3:27 pm
In response to Pagemaster
|
|
I made a typo, just delete that bracket on the end and it should be okay.
|
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 "usr" is a mob var. You defined "gun" as a global var. Try "mob/var/gun=null". Pay attention to scope. |