Home   Help Search Login Register  

Author Topic: can anyone help me?  (Read 622 times)

0 Members and 1 Guest are viewing this topic.

Flapje

  • Guest
can anyone help me?
« on: 14 Feb 2003, 17:09:19 »
Okay, I got this script called cutscene.sqs from ofpec, the basic cutscene tutorial. It's almost the same as the original, except that I made the text do BLACK IN. However, when I use it in my mission, the script won't start. The situation is like this: You already walked a few steps, and the screen does BLACK OUT. I made some other guy (player1 which should activate the script) to move to a waypoint and in the waypoint's init field I put [] exec "cutscene.sqs". But nothing happens, and I also tried putting it at Script at the waypoint. The script does work when I put it in player1's init field. Can this script only be activated that way or am I doing something wrong?  ???

Hope you reply,

Flapje

SharkDog

  • Guest
Re:can anyone help me?
« Reply #1 on: 14 Feb 2003, 19:59:03 »
i need to know to..

Cedaie

  • Guest
Re:can anyone help me?
« Reply #2 on: 15 Feb 2003, 05:56:40 »
Place a trigger over the waypoint 10 x 10, set the Activation to the side Player1 is on,  in the init field of the trigger put

[] exec "cutscene.sqs"

That'll do the trick.

Cheers

Flapje

  • Guest
Re:can anyone help me?
« Reply #3 on: 15 Feb 2003, 11:27:21 »
ok  ;D it works, thanks