Initial Upload
Initial Upload
This commit is contained in:
8
_module/nss/onhb_beamsource.nss
Normal file
8
_module/nss/onhb_beamsource.nss
Normal file
@@ -0,0 +1,8 @@
|
||||
void main()
|
||||
{
|
||||
int nDoOnce = GetLocalInt(OBJECT_SELF, "DoOnce");
|
||||
if (!nDoOnce && GetLocalInt(OBJECT_SELF, "BeamSetToOn") == TRUE) {
|
||||
ExecuteScript("ud_beamtarget", OBJECT_SELF);
|
||||
SetLocalInt(OBJECT_SELF, "DoOnce", TRUE);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user