My attack macro in Developer Help
|
|
I can attack just fine but if you attack really fast like if you use a macro it says this.
runtime error: Cannot read null.client
proc name: die (/mob/proc/die)
source file: Tenchi Hito.dm,93
usr: Hendrix (/mob/characters/Player)
src: Hendrix (/mob/characters/Player)
call stack:
Hendrix (/mob/characters/Player): die(null)
Hendrix (/mob/characters/Player): damage(null)
Hendrix (/mob/characters/Player): Attack(null)
And sometimes it just says this
runtime error: Cannot read null.client
proc name: die (/mob/proc/die)
source file: Tenchi Hito.dm,93
If you have any suggestions please help me out.
Hendrix<<<>
|
if(src.client)
blah blah
else
here for monsters