spiderman92 on 4/8/2013 at 21:48
Yea the doors was a nice group...::cool:
i'm looking for :
open a door (by scripts of course) shooting at 4 statues ?
we have an example in TDP , do you remember the statue of keepers? the secret passage?
FireMage on 4/8/2013 at 22:08
By scripts I dunno.
But with a RequireAllTrap, 4 lever hidden in a blue room, 4 relay trap and 4 destroy trap. I think that's possible.
Put the RequireAllTrap and the 4 lever first.
CD all relaytrap to the RequireAllTrap.
CD one lever to one relaytrap, then, CD another lever to another relaytrap etc.
CD one destroy trap to one relay trap and reverse CD them too. CD a second destroy trap to a second relay trap and reverse CD them too. etc
Go to each statues's properties.
For example: You need to shoot them with water arrows.
Act/react: Receptrons:
WaterStim*********** FrobObject**A lever
******************************
none;none**********************
Apply that property to all statue. Beware each statue should frob a different lever.
After: CD the RequireAllTrap to your door.
It works.
If you want an highlightment:
When you will shoot a statue with a water arrow, it will frob a lever.
The lever will order the relay trap to count in the RequireAllTrap that a lever is pressed.
To avoid the player to cancel this message by shooting again on the statue, the destroy trap may cut the link between the lever and the RequireAllTrap.
This event will happen with all you statues.
When all levers has send their message "I'm switched on", the RequireAllTrap will open the door.
I hope that has helped you! ;)
R Soul on 4/8/2013 at 22:22
Quote Posted by FireMage
To avoid the player to cancel this message by shooting again on the statue, the destroy trap may cut the link between the lever and the RequireAllTrap.
Buttons can be used instead of levers, because buttons only ever send TurnOn messages.
spiderman92 on 4/8/2013 at 22:29
Very Nice ,thanks :)
FireMage on 5/8/2013 at 01:03
Quote Posted by R Soul
Buttons can be used instead of levers, because buttons only ever send TurnOn messages.
Yes it's true! Why havn't I thunk about it! XD
Me and my complex things' love story!
LarryG on 5/8/2013 at 01:56
You do know that you can replace all the buttons/levers with use of NVRelayTrap. Less objects.
john9818a on 6/8/2013 at 11:55
IIRC I used the button method with a RAT on the two statues in LS4. I put receptrons on the statues to detect being hit with the blackjack.