mirror of
http://prc.nwn.ee:3000/Jaysyn/PRC8.git
synced 2025-12-16 16:37:14 -05:00
Further file organization
Further file organization
This commit is contained in:
8
nwn/nwnprc/trunk/scripts/prc_ai_mob_heart.nss
Normal file
8
nwn/nwnprc/trunk/scripts/prc_ai_mob_heart.nss
Normal file
@@ -0,0 +1,8 @@
|
||||
void main()
|
||||
{
|
||||
if(GetIsObjectValid(GetMaster(OBJECT_SELF)))
|
||||
ExecuteScript("x0_ch_hen_heart", OBJECT_SELF);
|
||||
else
|
||||
ExecuteScript("x2_def_heartbeat", OBJECT_SELF);
|
||||
ExecuteScript("prc_npc_hb", OBJECT_SELF);
|
||||
}
|
||||
Reference in New Issue
Block a user