Are there any special configuration to use the OnPCBaseLvUpEvent?
Here is my sample work:
[quote
]OnPCBaseLvUpEvent:
@modulo = BaseLevel % 10;
if(@modulo == 0)
{
mes "Divisible by 10";
close;
}
Coz, when I try to run this script, nothing happens. No error message on the console either.