Initial commit
Adding all of the current content for Anphillia Unlimited.
This commit is contained in:
15
_module/nss/hcrh_togdeath.nss
Normal file
15
_module/nss/hcrh_togdeath.nss
Normal file
@@ -0,0 +1,15 @@
|
||||
#include "hc_inc_helper"
|
||||
|
||||
void main()
|
||||
{
|
||||
if(GetLocalInt(oMod, "DEATHSYSTEM"))
|
||||
{
|
||||
SetLocalInt(oMod,"DEATHSYSTEM",0);
|
||||
SendMessageToPC(OBJECT_SELF,"DEATHSYSTEM system is now off.");
|
||||
}
|
||||
else
|
||||
{
|
||||
SetLocalInt(oMod,"DEATHSYSTEM",1);
|
||||
SendMessageToPC(OBJECT_SELF,"DEATHSYSTEM system is now on.");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user