Results 1 to 2 of 2

Thread: Wired Help.

  1. #1
    Join Date
    Dec 2008
    Posts
    3,744
    Tokens
    2,116
    Habbo
    iBlueBox

    Latest Awards:

    Default Wired Help.

    How would I wire this for one level of my game?

    To pass to the next level, 5 people must sit on five chairs for the gate to open, then after a certain amount of time, such as 10 seconds the gate will stay open and close, but I don't want people to be able to block the gate by standing in it?




  2. #2
    Join Date
    Apr 2009
    Posts
    2,702
    Tokens
    7,344

    Latest Awards:

    Default

    trigger: repeat (0.5)
    effect: reset timer (no delay)
    effect: match furni to position/state (link to gate while it is open, tick state, no delay)
    condition: furni has users (link to 5 chairs)

    stack 2:
    trigger: at set time (set to xx seconds you want gates to close)
    effect: match furni to position/state (link to gate while it is closed, tick the state box, no delay)
    magik*magik

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •