Hello guys, i cant make this script work. it suppost that if you are afk with the homun for 2 minutes it uses vaporize to avoid farm
- script vaporize -1,{
OnPCLoginEvent:
addtimer 60000,strnpcinfo(0)+"::On1min";
end;
On1min:
dispbottom "Been a minute "+strcharinfo(0);
atcommand...