2024-06-20 15:47:42 -04:00

17 lines
302 B
Plaintext

void main()
{
object oPC = GetPCSpeaker();
DeleteLocalInt(oPC,"wizTPCtr");
DeleteLocalString(oPC,"wizTPColor");
int j;
for(j = 791; j < 795; j++)
{
DeleteLocalObject(oPC,"wizTP"+IntToString(j));
DeleteLocalInt(oPC,"wizTP"+IntToString(j));
}
return;
}