Heist

CreepaShadowz

Maze Connoisseur
Mod
Apr 21, 2014
1,056
453
What is the map name? Heist

What are the x y z coordinates /tp -5921 64 3809
What world is the fault on. Zero

What fault has occured. Script/Cmd Block

Please give details of fault
Need replacement for execute @a[x=-5933,y=76,z=3768,dx=50,dy=22,dz=42] ~ ~ ~ /c setplayercp @s heist 1.

/execute no longer accepts non-vanilla commands.
/checkpoint setplayercp does not accept player selectors.
This is triggered from a command block.
/function execute does not accept players or selectors.
Execution from a script is not easy, as it requires two players before successful activation.
Scripts do not support delays of less than one second.

Map is cannot be completed without this being fixed.
 

rickyboy320

Penguin Master
Op
Board
Nov 18, 2013
1,926
1,032
Script do support delays of less than one second by omitting the postfix (then they’re ticks).

I agree selector support for scripts (such as /function execute (as @e...) could be a tremendous improvement to scripts altogether, because then all other commands do not necessarily need selector support (similar concept to how /execute works in vanilla)
 
Top