Initial commit. Updated release archive.
This commit is contained in:
16
_module/nss/wiztp_start.nss
Normal file
16
_module/nss/wiztp_start.nss
Normal file
@@ -0,0 +1,16 @@
|
||||
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;
|
||||
}
|
||||
Reference in New Issue
Block a user