that_bloke
New member
Hey all!
I use a very rudimentary script I gathered from little pieces of code here and there to do my Logout functions... the whole point of this script is to use my stinky diaper, maximize my adventures, and go to BAFH for the night. Quite simple.
Now, I was trying and trying to use Zlib to send a kmail (since it is able to handle the kmail part of things) to arrowbot but it continuously failed on me... I checked the Zlib wiki and still could’t get the whole...
"boolean kmail( string recipient , string message , int_meat , int [item] goodies )”
.. to work on my script. Any pointers from really smart coders out there? thanks!
I use a very rudimentary script I gathered from little pieces of code here and there to do my Logout functions... the whole point of this script is to use my stinky diaper, maximize my adventures, and go to BAFH for the night. Quite simple.
Code:
import “zlib.ash”;
cli_execute("outfit save preLogout");
fold($item[stinky diaper]);
maximize("adv", false);
chat_clan("/whitelist bafh");
Now, I was trying and trying to use Zlib to send a kmail (since it is able to handle the kmail part of things) to arrowbot but it continuously failed on me... I checked the Zlib wiki and still could’t get the whole...
"boolean kmail( string recipient , string message , int_meat , int [item] goodies )”
.. to work on my script. Any pointers from really smart coders out there? thanks!