endless loop Created 18 years ago2005-07-24 11:54:42 UTC by VOX VOX

Created 18 years ago2005-07-24 11:54:42 UTC by VOX VOX

Posted 18 years ago2005-07-24 11:54:42 UTC Post #123164
I'm trying to trigger a light so that it goes on and off forever, with a delay of my choosing between it's state. I've tried using two multi_managers that target eachother, but it only turns on and that's it. Any help? Thanks
Posted 18 years ago2005-07-24 11:56:31 UTC Post #123165
I'm not sure but if you tried to target the multimanager to itself?
Posted 18 years ago2005-07-24 12:36:42 UTC Post #123168
Yes, I tried that, it didn't work.
Posted 18 years ago2005-07-24 12:46:14 UTC Post #123171
Try using relay triggers, have a trigger_once target two trigger_relays, one to turn on the light and one to trigger two more trigger_relays, one to turn off the light and yet another trigger_relay, have that second one trigger either the first pair or continue to trigger two more,

Trigger once
|
Trigger_Relay01 - Trigger_Relay01 (Light on)
| (wait time)
Trigger_Relay02 - Trigger_Relay02 (Light off)
| (wait time)
Trigger_Relay01 - Trigger_Relay01 (Light on)

Since you can set lights to on and off with the trigger_relays you can just use them as a more complicated Multi_Trigger
Posted 18 years ago2005-07-24 13:02:03 UTC Post #123181
VOX, that will work fine as long as you check "multithreaded".
Seventh-Monkey Seventh-MonkeyPretty nifty
Posted 18 years ago2005-07-24 13:23:04 UTC Post #123187
Costum apearence! :lol: Write something like that in there- zzzzzzzzzzaaaaaaaazzzzzzzzzzzzzzaaaaaaaaaa
Posted 18 years ago2005-07-24 17:35:27 UTC Post #123253
Well I have a trigger_auto, which targets Manager1, which after 0.4 seconds targets the light, then at 0.6 seconds targets Manager2 who has the same settings as manager1 but intead targets manager1 instead of manager2. They both have multithreaded on.

It doesn't work. :(
Posted 18 years ago2005-07-24 19:06:13 UTC Post #123271
New problem. The light has initially dark checked, but it starts on. wth is that all about? Nothing else in the room but player start.
Posted 18 years ago2005-07-25 01:18:02 UTC Post #123297
I've been messing around with this light thing, your right, something is up!? I know I've done it before, but now the light just stays on, and I KNOW that its getting targeted, becuase I put a door in there with the same name just to make sure. but the light will not toggle!!! :confused:
Posted 18 years ago2005-07-25 01:23:36 UTC Post #123301
OKAY!!! I GOT IT!! I bet you were naming your light entity as 'light' well, as SOON as I changed it to something else (ex. lights1) it worked, try it out, oh and if you want to take a look at my map I made to do this, check it out (link below).
Posted 18 years ago2005-07-25 01:27:25 UTC Post #123304
Posted 18 years ago2005-07-25 01:52:37 UTC Post #123307
Wow wierd lol. It works perfectly. Thanks a bunch for the help.
You must be logged in to post a response.