Hello I'm strugling with on player enters area event.
I want to create a script when player enters cuboid <cuboid[world,-72,73,90,-70,75,92]> but I tried different methods none of them are working where I'm mistaking?
I tried this variants:
on player enters cuboid:
- if <context.area> == <cuboid[world,-72,73,90,-70,75,92]>:
- ...
on player enters cuboid[world,-72,73,90,-70,75,92]:
- ...
on player enters area[cuboid[world,-72,73,90,-70,75,92]]:
- ...
any suggestions?