Author Topic: Instant Win Trigger?  (Read 3515 times)

WaxyChicken

  • Posts: 61
  • Turrets: +5/-0
Instant Win Trigger?
« 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?

Undeference

  • Tremulous Developers
  • *
  • Posts: 1254
  • Turrets: +122/-45
Re: Instant Win Trigger?
« Reply #1 on: April 23, 2009, 02:18:04 am »
target_human_win
Need help? Ask intelligently. Please share solutions you find.

Thats what we need, helpful players, not more powerful admins.

WaxyChicken

  • Posts: 61
  • Turrets: +5/-0
Re: Instant Win Trigger?
« Reply #2 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.

amz181

  • Posts: 919
  • Turrets: +64/-93
Re: Instant Win Trigger?
« Reply #3 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...?

rotacak

  • Posts: 761
  • Turrets: +39/-64
Re: Instant Win Trigger?
« Reply #4 on: April 23, 2009, 05:06:44 pm »
amz181:
target_delay

amz181

  • Posts: 919
  • Turrets: +64/-93
Re: Instant Win Trigger?
« Reply #5 on: April 24, 2009, 06:27:28 pm »
thanks alot :)