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?
ID:263571
May 1 2007, 4:28 pm
|
|
Code:
if("Go AFK") Problem description: How would I make the AFK.dmi start from frame 1? |
http://byond.com/docs/guide