Evrytime a bullet his wall the wayer will anything dentity 1 it does the flick ad i get errors like no health proc
Bump(O)
if(ismob(O))
usr << ""
var/mob/M = O // so we can use mob variables with M
flick('bloodhit.dmi',M)
M.Health -= 10
M:deathcheck()
//do your damage routine here
endmissile() // we hit something, so the missile stops
can any one help
ID:150146
Dec 7 2001, 7:04 am
|
|
It's your indentation. All the lines marked with <FONT COLOR="#FFFFA0">»</FONT> must be indented one more tab.