Summon's master I took on the task of refining a very old King script for creating monster tokens directly on the map. This is my first attempt at writing something using the API, so I hope everything works fine. The script allows you to create a standard token from your library with its standard settings next to the selected token or token ID we specify. It also allows you to specify the direction of the token appearance, the number of copies created and their size. Commands All team parts can use dice (1d8) or random tables !summon --help — General information about the script ! summon --name|[Creature_name]  —  Basic command to summon a creature. If the creature's name consists of more than one word, then the whole thing should be written "like this". The following arguments can execute the command above --count|[ number or formula ] —  Default 1. Number of summoned creatures -- position|[number  or  formula] —  Default is 1d8. Relative to the selected token. Where 0 is the center of the selected token, 1 is north, 2 is northeast and so on clockwise.       Note: Jumpgate and Legacy versions of the game have different coordinate systems (at least something like that) and because of this the position placement may not work correctly.  In Legacy f or medium creatures, summoning medium tokens works stably. --size|[F/D/T/S/M/L/H/G/C/number/formula] — Default is M. Can use formulas with dice, number will be converted to a size code. F= Fine, D = Diminutive, T= Tiny, L = large, H = Huge, G = Gargantuan, C = Colossal. --silent — Disables the summoning message. --ids|[token_id]  — Use token ID as reference point. The easiest way to get a token id — --ids @{target|Select a target|token_id}.  This option is needed if it is necessary to summon a token next to a token that the Players do not control and cannot select. --sel  — Use selected token as reference point. Example: !summon --name|"1t[Random-Monster]" --count|1d4 --position|1d8 --size|1d6 — Summons 1d4 random monsters, with random position and size. !summon --name|"Pet dragon" -- size|L --position|?{Number  position? } -- silent  —  Summons one large pet dragon with the ability to choose the direction in which it will be summoned. Code  (latest version 0.1) Summon-s-master/Summon's master.js at main · ill-lich-clone/Summon-s-master Where can it be used? To be honest, I had to resort to such a script to reproduce the following scenario: The Hydra's head is cut off and the head token randomly appears on the battle map! But if we talk about its direct purpose, then it will be useful for all summoners - echo fighter, necromancer? Maybe you play with the disarm rule and the weapon randomly falls next to the enemy? This could probably even be used for existing spell templates, but there are better tools for that.