I'm pretty far with my game code so far, yet there's a small hurdle for me to take.
I want my mobs to have a playtime value, which I could use later on, but I really don't know how to do it.
But all I can think of are infinite loops.
for()
var/mob/M
spawn(600)
M.playtime += 1
Even tho' this would work, it'd freeze up the whole thing.
Thanks in advance for your help.
JackSmoke
Although I'm not entirely sure.