OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: crow on 13 Oct 2002, 18:25:11

Title: Calling intro.sqs
Post by: crow on 13 Oct 2002, 18:25:11
Not to long ago I saw a post about intros.  The question that the person had was "How do you start the intro without seeing the player?"  The answer was to call the intro in the init.sqs file.  I have tried to do this and I am not have any success.  Normally to call the script I use a trigger.  Onactivation of the trigger [] exec "intro.sqs" .  How do I call this in the init.sqs file?  I am sure I will want to kick myself.  :hmm:
Title: Re:Calling intro.sqs
Post by: KTottE on 13 Oct 2002, 19:30:10
You can solve your problem without the init.sqs.

In the init field of your player, put this exec "Scriptname.sqs"

That should do it.