proc name: End (/mob/proc/End)
usr: Zether (/mob)
src: Zether (/mob)
call stack:
Zether (/mob): End(null)
Zether (/mob): Bump(the point (/obj/point))
mob
Bump(obj/point/O)
if(istype(O,/obj/point))
usr.Points+=3
End()
Gone=1
del(O)
proc/NEW()
if(Gone==1)
new/obj/point
Gone=0
mob
proc
End(mob/M in world)
if(M.Points==45)
world<<"[M] won"
del(world)
Can anyone specify what is wrong
This could be wrong, it would probably be /mob/Zether
U forgot to put "proc" here
This is wrong, I think
Well i'm no expert but i think this can help u, ^_^ oVo