Files
HeroesStone_PRC8/_module/nss/dm_paa_next.nss
Jaysyn904 1eefc84201 Initial Commit
Initial Commit.
2025-09-14 15:40:46 -04:00

12 lines
164 B
Plaintext

void main()
{
int iLoop = 0;
while( iLoop < 10 )
{
DeleteLocalObject(OBJECT_SELF, "DM_PAA_oPlaceable" + IntToString(iLoop));
iLoop++;
}
}