generated from Jaysyn/ModuleTemplate
Initial commit
Initial commit
This commit is contained in:
22
_module/nss/shadowdrhb.nss
Normal file
22
_module/nss/shadowdrhb.nss
Normal file
@@ -0,0 +1,22 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: Name x2_def_heartbeat
|
||||
//:: Copyright (c) 2001 Bioware Corp.
|
||||
//:://////////////////////////////////////////////
|
||||
/*
|
||||
Default Heartbeat script
|
||||
*/
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Created By: Keith Warner
|
||||
//:: Created On: June 11/03
|
||||
//:://////////////////////////////////////////////
|
||||
|
||||
void main()
|
||||
{
|
||||
ExecuteScript("nw_c2_default1", OBJECT_SELF);
|
||||
if (GetLocalInt(OBJECT_SELF, "nDoOnce") == 1)
|
||||
return;
|
||||
SetLocalInt(OBJECT_SELF, "nDoOnce", 1);
|
||||
|
||||
ApplyEffectToObject(DURATION_TYPE_PERMANENT, EffectVisualEffect(VFX_DUR_DARKNESS), OBJECT_SELF);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user