Closed ckwakman closed 8 years ago
Yeah Smelt doesn't currently support using a bang command inside another command.
You should use the "executeAs" JSON property instead.
Ah, okay! Just thought it was a bit of an inconsistency.
2016-08-29 23:00 GMT+08:00 Gnasp notifications@github.com:
Yeah Smelt doesn't currently support using a bang command inside another command.
You should use the "executeAs" JSON property instead.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/GnaspGames/Smelt/issues/60#issuecomment-243150293, or mute the thread https://github.com/notifications/unsubscribe-auth/AT-L20Ixg4fTRwWJ23oS8Imz5xU5VIlqks5qkvQNgaJpZM4JvG7q .
E.g.
/execute <entity> ~ ~ ~ !math <objective>.<entity> <operation> <expression>
Does not work, even if it logically should. Doing the below will work:> {"executeAs":"<entity>"}
!math <objective>.<entity> <operation> <expression>