generated from Jaysyn/ModuleTemplate
12 lines
164 B
Plaintext
12 lines
164 B
Plaintext
void main()
|
|
{
|
|
int iLoop = 0;
|
|
|
|
while( iLoop < 10 )
|
|
{
|
|
DeleteLocalObject(OBJECT_SELF, "DM_PAA_oPlaceable" + IntToString(iLoop));
|
|
iLoop++;
|
|
}
|
|
|
|
}
|