I added this in OpenUpbank method:
This code is working, I can't open my bank while in combat, but if the combat died, i can open it.Code:if(c.underAttackBy > 0 || c.underAttackBy2 > 0)
{
c.sendMessage("You can't do that while in combat.");
return;
}
My question is, I want to add Delay, like If the combat died, I must wait 10 seconds.... and then i can open my bank,
Thanks.
