RATDOG/_module/nss/re_widget11.nss

7 lines
205 B
Plaintext
Raw Normal View History

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