sietse11 Posted January 24, 2014 Share Posted January 24, 2014 (edited) hey folks. trying to get a script working. I am doing this. case 1: if (countzeny > 19999) { delzeny, 20000; //delitem zeny, 20000; set blabla,1; close; } not working obviously xD so 1. Check zeny to initiate mes ""; 2. Remove zeny to initiate quest advancement Edited February 6, 2014 by sietse11 Quote Link to comment Share on other sites More sharing options...
Limestone Posted January 24, 2014 Share Posted January 24, 2014 case 1:if (zeny > 19999) {zeny, zeny-20000;set blabla,1;close; } 1 Quote Link to comment Share on other sites More sharing options...
sietse11 Posted January 24, 2014 Author Share Posted January 24, 2014 Epic awesome thank you. you rock. Ill be thinking of you tonight Quote Link to comment Share on other sites More sharing options...
Kido Posted January 24, 2014 Share Posted January 24, 2014 Epic awesome thank you. you rock. Ill be thinking of you tonight lol at that by the way, you should check this trunk/doc/script_commands.txt there are a lot of commands and how to use them plus, there is always the wiki hehe http://rathena.org/wiki/Main_Page Quote Link to comment Share on other sites More sharing options...
sietse11 Posted January 24, 2014 Author Share Posted January 24, 2014 Epic awesome thank you. you rock. Ill be thinking of you tonight lol at that by the way, you should check this trunk/doc/script_commands.txt there are a lot of commands and how to use them plus, there is always the wiki hehe http://rathena.org/wiki/Main_Page Go check the wiki. Find a z in scripting commands. Then search on zeny. Catch my drift? Quote Link to comment Share on other sites More sharing options...
hey folks.
trying to get a script working.
I am doing this.
case 1: if (countzeny > 19999) { delzeny, 20000; //delitem zeny, 20000; set blabla,1; close; }not working obviously xD
so
1. Check zeny to initiate mes "";
2. Remove zeny to initiate quest advancement
Edited by sietse11Link to comment
Share on other sites