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