/* Script generated by Lilac Soul's NWN Script Generator, v. 1.6 For download info, please visit: http://www.lilacsoul.revility.com */ void main() { object oPC; oPC = GetItemActivator(); AssignCommand(oPC, ActionPlayAnimation(ANIMATION_LOOPING_TALK_PLEADING, 1.0f, 3.0f)); AssignCommand(oPC, ActionSpeakString("Guenwyvar! Come to me!")); effect eEffect; eEffect = EffectSummonCreature("panther001", VFX_IMP_UNSUMMON, 1.0); DelayCommand(5.0, ApplyEffectToObject(DURATION_TYPE_PERMANENT, eEffect, oPC)); }