It looks like you're new here. If you want to get involved, click one of these buttons!
SinisterSoft
Maintainer
function still() print("still") end function move() print("move") end stuck=true (stuck and still or move)() |