HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Disable trigger for just one player?

08-03-2004, 05:47 PM#1
HexenLordX
This is gonna sound pretty damn NEWB, but I need to make a trigger, that when you use, disables another trigger for just that player.

Its my character select, I want it set to if the player selects a character, it disables the loading trigger for the triggering player.
08-03-2004, 06:49 PM#2
Mayor
If you have the WEU, then you can use "local Player" do turn off a Trigger for a spezial Player I think, but there has to be another Solution too.
Can you explain a bit more of the Trigger you want to turn off?
08-03-2004, 07:05 PM#3
TheBlackMage01
Use a variable for each player


Variable 1 red_trigger
etc etc....

When u want to then change red trigger to 0, also make an condition on the trigger so red_trigger must be 1, then u when u want to enable it turn red_trigger to 1 again!