Good day!
I need it has something to do with this but honestly I really cant understand it. tried everything. Please help me.
- script WoE Reward FAKE_NPC,{
OnAgitEnd: callsub S_AgitEnd, 0, 20;
OnAgitEnd2: callsub S_AgitEnd, 20, 30;
S_AgitEnd:
.@start = getarg(0);
.@end = getarg(1)...