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