RATDOG/_module/nss/re_widget10.nss

7 lines
202 B
Plaintext
Raw Normal View History

void main()
{
int iCounter = GetLocalInt(GetModule(), "re_AreaToolIndex");
object oObject = GetLocalObject(GetModule(), "re_oAreaTool" + IntToString(iCounter));
DeleteLocalInt(oObject, "re_disable");
}