
Originally Posted by
Methais
I need a ;dump script that every X hours runs me to the inn and ACTs out taking a dump.
Strictly for realism purposes.
Code:
Pause 5400 + rand(1800)
Echo "hey, you gotta discharge your bowels....let me do that for you."
Fput ";p all"
Start_script 'go2', 'roomnumberhere'
Wait_while {running? ['Go2']}
Fput "act pulls down their pants, then proceeds to discharge their bowels on the floor. Sighing they refasten the pants around their waist."
Start_script 'go2', '228'
Wait_while {running? ['Go2']}
Echo "bowels discharged...you may proceed"
End