HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Any player triggers???

08-21-2003, 04:03 AM#1
Hunter0000
Is there any way to make a "any player" type thing? because im making a chat driving camera control trigger but do I have to make a new trigger for every play, or is there a way to say If ANY play types "blah" then do this?
08-21-2003, 04:41 AM#2
MarSara
you can do:
Code:
Events:
    - Player 1 types a chat message...
    - Player 2 types a chat message...
    - Player 3 types a chat message...
    ......
then just use (Triggering Player)
08-21-2003, 02:29 PM#3
Hunter0000
Thx, I didnt realize that if u listed alot of actions it would activate if only 1 was met, I am still getting familyar with the world editor as I used to be a starcraft mapmaker, it takes some getting used to.