Too many arguments passed to function error.

Post » Mon May 13, 2013 1:48 am

I'm not getting why this script won't compile. Error is in post title. I have a script almost identical but using StartCombat instead of DrawWeapon. Can somebody show me my error?

Quest Property myQuest AutoInt Property PreReqStage AutoActor Property Actor1 AutoActor Property Actor2 AutoEvent OnTriggerEnter(objectreference akactionref)if akactionref == game.getplayer()If myquest.GetStage() == PreReqStageif (Actor1.HasLOS(Game.GetPlayer()))Actor1.DrawWeapon(Actor2)		Endif       Endif       EndifEndEvent
User avatar
Gavin Roberts
 
Posts: 3335
Joined: Fri Jun 08, 2007 8:14 pm

Return to V - Skyrim