mob/proc/Death()
var/obj/M = usr
usr.Experience += src.Experience
if(usr.Energy<= 0)
..()
Problem description:
Well the problem is i keep getting a warning message from this piece of coding, how can i get the warning to be fix.
The warning message say's this
loading NAG.dme
Death System.dm:517:M :warning: variable defined but not used
loading Original Map.dmp
saving NAG.dmb (DEBUG mode)
NAG.dmb - 0 errors, 1 warning (double-click on an error to jump to it)