#Preventing Placing Tripwire
1 messages · Page 1 of 1 (latest)
literally just a cancel event
2 lines minimum
7 lines max (I tested it)
Technically you could write more than 7
else if stuffs
with permissions, or like different messages
if player = "rrl6"
else if player = "rrl62"
else if player = "rrl63"```
Or maybe conditions for different keys
Although could just (key a, key b, key c, and key d) contains player’s tool
I might be wrong but doesn't this work:
if event-block is trip wire:
cancel event```
or this might work:
```on place:
if player's tool is trip wire:
cancel event```