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