forked from Jaysyn/PRC8
14 lines
386 B
Plaintext
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);
|
||
|
}
|