HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Using regions once

12-06-2003, 11:41 PM#1
Darth_Bob
I know how to do cutscenes perfectly, but what I can't figure out is how to make it so they will only happen once.

For instance, I have a Palidan who talks to the characters in my RPG. After he's done he gives unit control of three knights that are behind him, but when they walk out around him to leave, it triggers the cutscene again.

Help would be greatly appreciated.:gsmile:
12-07-2003, 12:01 AM#2
zotax
Usually adding the action: Trigger-turn off (this trigger) works.
12-07-2003, 12:06 AM#3
Dragon
Or make a variable called "TriggerOff"

Set its default value to 1

Make a condition for your trigger "TriggerOff = to 1"

At the begining of your actions make a action... "Set "TriggerOff" to 0.

To re-play the cinematic set "TriggerOff" to 1, but if you don't do this, then your cinematic trigger won't re-play.