if(Class==ClassID){
} else {
}
if(select("Yes:No")==1){
mes "Yes";
} else {
mes "No";
}
if(checkweight(<item id>,<amount>){
set BaseExp,BaseExp+100;
set JobExp,JobExp+100;
getitem <item id>,<amount>;
} else {
mes "Overweight";
}
https://raw.githubusercontent.com/rathena/rathena/master/doc/script_commands.txt
Rynbef~