ID:263571
 
Code:
        if("Go AFK")
if(src.AFK)
world << "[src] Is Back."
src.AFK = 0
src.overlays -= 'AFK.dmi'
else
world << "[src] Is Now AFK."
src.AFK = 1
src.overlays += 'AFK.dmi'


Problem description:

How would I make the AFK.dmi start from frame 1?
dont use the WOTS source(?)
http://byond.com/docs/guide