PRC8/nwn/nwnprc/trunk/psionics/psi_ast_con_hrtb.nss
Jaysyn904 d87fe14826 Further file organization
Further file organization
2023-08-23 22:11:00 -04:00

14 lines
386 B
Plaintext

//::///////////////////////////////////////////////
//:: Astral Construct Heartbeat eventscript
//:: psi_ast_con_hrtb
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Ornedan
//:: Created On: 21.01.2005
//:://////////////////////////////////////////////
void main()
{
ExecuteScript("nw_ch_ac1", OBJECT_SELF);
}