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