Aantioch_Infernum/_module/nss/hif_onclientente.nss
EpicValor 2b9994aa41 added prc death
added animation onenter to offset prc death animation, moved entry point to upper level of sarum castle
2023-08-15 18:54:31 -05:00

19 lines
767 B
Plaintext

// prc_onenter,_oncliententer
/////////////////////////////////////////////////////////////////////
//
// This script has been auto-generated by HakInstaller to call
// multiple handlers for the oncliententer event.
//
/////////////////////////////////////////////////////////////////////
void main()
{
SendMessageToPC (GetEnteringObject(), "This server is under active development and could go down arbitrarily. Admin will try to give notice beforehand.");
object oPC = GetEnteringObject();
ExecuteScript("prc_onenter", OBJECT_SELF);
ExecuteScript("_oncliententer", OBJECT_SELF);
AssignCommand(oPC, DelayCommand (1.0, ClearAllActions(TRUE)));
AssignCommand(oPC, DelayCommand(1.2, PlayAnimation(ANIMATION_LOOPING_TALK_NORMAL, 1.0, 0.5)));
}