Blockland Forums > Suggestions & Requests

One way Doors

Pages: << < (2/3) > >>

Thé Lord Tony:

Teleport doors work, just make sure the end is unrendered with raycasting off and no collision.

Sleven:

If I get you right.

Place an invisible but colliding and ray casting brick on the side you don't want people to enter which then blocks the door brick. Add event to the door that makes the invisi brick disappear for as long the door is open. or idk

Pompmaker2:

Delay: 0 <onplayertouch(team1)> <self> <setcolliding> 0
Delay: 300 <onplayertouch(team1)> <self> <setcolliding> 1
Congrats, you now have a brick which only team 1 players can walk through!

If you want, set rendering off and add these events:
Delay: 0 <onplayertouch(team2)> <self> <setrendering> yes
Delay: 100 <onplayertouch(team2)> <self> <setrendering> no
It'll make it look more force-fieldy.


Thé Lord Tony:


--- Quote from: Pompmaker2 on February 16, 2013, 06:45:26 AM ---Delay: 0 <onplayertouch(team1)> <self> <setcolliding> 0
Delay: 300 <onplayertouch(team1)> <self> <setcolliding> 1
Congrats, you now have a brick which only team 1 players can walk through!

If you want, set rendering off and add these events:
Delay: 0 <onplayertouch(team2)> <self> <setrendering> yes
Delay: 100 <onplayertouch(team2)> <self> <setrendering> no
It'll make it look more force-fieldy.


--- End quote ---

Still not 1 way.

comr4de:

Uh, yes it is. Think pressure plate doors in minecraft.

Pages: << < (2/3) > >>

Go to full version