Battledale_PRC8/_module/nss/jw_make_mys3.nss

17 lines
373 B
Plaintext
Raw Permalink Normal View History

void main()
{
object oPC=GetPCSpeaker();
object oMystra=GetItemPossessedBy(oPC,"jw_mys_item3");
DestroyObject(oMystra);
TakeGoldFromCreature(20000,oPC,TRUE);
PlayAnimation(ANIMATION_LOOPING_CONJURE2,1.0,3.0);
DelayCommand(1.0,ApplyEffectToObject(DURATION_TYPE_INSTANT,EffectVisualEffect(481),oPC));
CreateItemOnObject("jw_zach_3",oPC,1);
}