tokens.denyMove: Difference between revisions
Jump to navigation
Jump to search
(New page: {{code|tokens.denyMove}} You can use this variable in the {{code|onTokenMove}} event to cancel the movement made. ==usage== <source lang="mtmacro" line> <!-- @onTokenMove --> <!-- can...) |
m (Conversion script moved page tokens.denyMove to Tokens.denyMove without leaving a redirect: Converting page title to first-letter uppercase) |
(No difference)
|
Revision as of 22:28, 9 February 2023
tokens.denyMove
You can use this variable in the onTokenMove
event to cancel the movement made.
usage
<!-- @onTokenMove -->
<!-- cance movement if condition -->
[h, if(condition): tokens.denyMove = 1]