Summoning PCs, Monsters & Spell Effects using the SpawnDefaultToken API

Описание к видео Summoning PCs, Monsters & Spell Effects using the SpawnDefaultToken API

This video showcases the SpawnDefaultToken script, which can be used to summon PC tokens, monsters, and spell effects in Roll20. Note that a Pro account is required in order to use the API. The SpawnDefaultToken script is available in the Roll20 API Script library.

Documentation for the script can be found here - https://app.roll20.net/forum/post/964...


Example showing how to spawn a character:
!Spawn{{
--name|Grolf
--offset|-1,0
}}

Note: A new version of the script was released after this video was recorded. If you're having trouble with hp bars not being correct when summoning party members, please read this: https://app.roll20.net/forum/post/964...

Example showing how to spawn 8 skeletons surrounding the selected token:
!Spawn{{
--name|Skeleton
--qty|8
--placement|surround
}}

Example showing how to resize a token:
!Spawn{{
--name|Ogre Zombie
--qty|1
--offset|-2,0
--size|2
}}


Example showing summoning a spell effect:
!Spawn{{
--name|magicWeapons2
--targets|1
--qty|1
--side|1
--sheet|magicWeapons
--ability|cloudOfDaggers
--fx|burst-magic
--order|top
}}

My Patreon:   / nickolivo  

Комментарии

Информация по комментариям в разработке