Mirreski / Skript

Skript is a Bukkit plugin which allows server admins to customize their server easily, but without the hassle of programming a plugin or asking/paying someone to program a plugin for them.
http://njol.ch/projects/skript
7 stars 2 forks source link

"any piston extension" is not recognized #44

Open Pilvinen opened 9 years ago

Pilvinen commented 9 years ago

1) Place sticky piston on the ground and activate it. 2) Place iron block next to the piston extension with this code loaded:

on place of iron block: loop blocks in radius 1 of location of event-block: if loop-block is any piston extension: broadcast " It's working!" if "%loop-block%" is "any piston extension": broadcast " It's working, sort of..."

Only the latter part of the code will trigger.