obj/HUD
BloodOut
layer=9001
icon='Bloodout.dmi'
screen_loc="SOUTHWEST to NORTHEAST"
New(mob/m)
m.client.screen += src
return
Problem description:
Thats the code and this is the runtime error i get: proc name: New (/obj/HUD/BloodOut/New)
source file: BloodOut.dm,7
runtime error: Cannot read null.client
Need major help, b/c its kinda like a continously loop, i added return to it, and it still does it, so with or without, it makes no difference.
if(m.client) m.client.screen += src
would stop the error from coming through, though that doesn't exactly solve why the error is appearing.
Can I see where BloodOut's new() function is being called?