I'm trying to make a event who trigers when a character changes his JobClass
like this:
- script Mail#004 -1,{
OnPCStatCalcEvent:
if(BaseJob == Job_Swordman && reward004 == 0) {
// my functions
end;
}
}
but, it's not working hahaha
any help? =)
like this:
- script Mail#004 -1,{
OnPCStatCalcEvent:
if(BaseJob == Job_Swordman && reward004 == 0) {
// my functions
end;
}
}
but, it's not working hahaha
any help? =)