Tremulous Forum

Media => Mapping Center => Topic started by: WaxyChicken on April 23, 2009, 12:23:09 am

Title: Instant Win Trigger?
Post by: WaxyChicken on April 23, 2009, 12:23:09 am
Instant Win

I'm trying to think of a way for humans to automatically win if they reach a certain spot.
at first i thought Trigger_Win did this, then i learned it was used for ATCS Fireworks - bummer.
I can't find an entity (or brush entity) built in to cause this, so i'm thinking maybe a map-wide lava burst as in volcano.
Any suggestions?
Title: Re: Instant Win Trigger?
Post by: Undeference on April 23, 2009, 02:18:04 am
target_human_win
Title: Re: Instant Win Trigger?
Post by: WaxyChicken on April 23, 2009, 04:02:33 am
Thank you very much!
after some experimenting i learned i needed a Trigger_Multiple brush to target a Target_Human_Win brush. When i reach the Trigger_Multiple it did it's job perfectly. (both are trigger texture)

You're awesome.
Title: Re: Instant Win Trigger?
Post by: amz181 on April 23, 2009, 04:23:21 pm
Is there anyway you can have a timer added?

So have alien instant win after 10 minutes or something...?
Title: Re: Instant Win Trigger?
Post by: rotacak on April 23, 2009, 05:06:44 pm
amz181:
target_delay
Title: Re: Instant Win Trigger?
Post by: amz181 on April 24, 2009, 06:27:28 pm
thanks alot :)