HiddenTradition_PRC8/_module/nss/wiztp_start.nss

17 lines
302 B
Plaintext
Raw Normal View History

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;
}