Initial Upload
Initial Upload
This commit is contained in:
13
_module/nss/hal_cilice.nss
Normal file
13
_module/nss/hal_cilice.nss
Normal file
@@ -0,0 +1,13 @@
|
||||
void main()
|
||||
{
|
||||
if(!GetLocalInt(OBJECT_SELF, "DONE"))
|
||||
{
|
||||
ExecuteScript("hal_cilisc", OBJECT_SELF);
|
||||
SetLocalInt(OBJECT_SELF, "DONE", TRUE);
|
||||
|
||||
if(GetLocalInt(OBJECT_SELF, "Quit"))
|
||||
{
|
||||
SetLocalInt(OBJECT_SELF, "Quit", FALSE);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user