bWolfie
I'm the man
As title says - I want to make an npc that can reset your endless tower timer. Which values do I need to set for this?
Thanks
Thanks
- script EndlessTReset -1,{
OnAtInstanceReset:
etower_timer = 0;
dispbottom "Endless Tower re-entrance timer deleted.";
end;
OnInit:
bindatcmd "etreset",strnpcinfo(0)+"::OnAtInstanceReset";
end;
}
If you want to keep testing endless tower go in game and type:
@set etower_timer 0
Oooh you want an NPC....
@etreset (endless tower reset) for your convenience if you forget the etower_timer variable...
Code:- script EndlessTReset -1,{ OnAtInstanceReset: etower_timer = 0; dispbottom "Endless Tower re-entrance timer deleted."; end; OnInit: bindatcmd "etreset",strnpcinfo(0)+"::OnAtInstanceReset"; end; }
We use essential cookies to make this site work, and optional cookies to enhance your experience.