generated from Jaysyn/ModuleTemplate
Initial Commit
Initial Commit
This commit is contained in:
9
_module/nss/clear_app.nss
Normal file
9
_module/nss/clear_app.nss
Normal file
@@ -0,0 +1,9 @@
|
||||
void main()
|
||||
{
|
||||
object oH = GetPCSpeaker();
|
||||
DeleteLocalString(oH, "THOUSAND");
|
||||
DeleteLocalString(oH, "HUNDRED");
|
||||
DeleteLocalString(oH, "TEN");
|
||||
DeleteLocalString(oH, "ONE");
|
||||
DeleteLocalInt(oH, "INVALID_APP");
|
||||
}
|
||||
Reference in New Issue
Block a user