Tinyfugueidle

To make a bot stop to stay within legal limits in tinyfugue one could add the lines of code at the bottom to do:

/idlecheck <command>

like /idlecheck who or /idlecheck /serinth

/def idlecheck = /test idletime := ftime("%@", idle())%;/if (600 > idletime) /repeat -S 1 %*%;/endif

If you want to instead get yourself safe you could do

/set dangerousarea=1
/def idlecheck = /test idletime := ftime("%@", idle())%;/if (600 > idletime) /repeat -S 1 %*%;/elseif (dangerousarea) /dc%;/endif
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License