Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×

Giant's Might

Hi all. I am new to a pro account, and also all the Mods(Api) and macros. I have a player that has Giant's Might, witch means that i have to manually go in and set the token size every time.  Is there a shortcut for that, maybe even so he could do it himself?  Sorry for any spelling errors, english is not my first language. Thanks  Kaja.
1660359680
The Aaron
Roll20 Production Team
API Scripter
You can use TokenMod for this.  It's in the 1-click installs.  By default, players can affect tokens they can select, so you could give them this macro: !token-mod --set scale|?{What Size?|Normal,1u|Giant|2u} Which will prompt for the size to change to.
1660360032
Gauss
Forum Champion
Simplest solution: You could have two tokens available for your player, one of each size. Would only need to set the size once per page.  Alternately,  here is a list of API scripts .  The Spawn Default Token script might work for you.   Maybe the Wild Shape script could work, not sure if it includes size control or not. 
Wow thanks for the very quick help both of you. I will try your solution The Aron. and thanks for your work! 
1660361821

Edited 1660362590
keithcurtis
Forum Champion
Marketplace Creator
API Scripter
I play a Rune Knight currently, Here is part of a Macro I use that you might find helpful: /w @{Vaunea|character_name} &{template:npcaction} {{rname=Size Change}} {{description=[Medium](!token-mod --set currentside|1 width|1g height|1g
!setattr --sel --silent --repeating_damagemod_$0_global_damage_active_flag|0) [Large](!token-mod --set currentside|2 width|2g height|2g
!setattr --sel --silent --repeating_damagemod_$0_global_damage_active_flag|1) }} Change "Vaunea" to your character's name, and make sure that Giant's Might is your first global damage mod. This will change your token size and toggle the damage bonus on and off. The  
  code is the html replacement for a hard return, and allows you to put more than one Mod call into an API control button. This generates a  Chat Menu : The rest of the macro basically sets the token to alternate portraits, but I eliminated that part here.
Thank you Keith, i solved the issue with The Aron’s suggestion, but I will have yours in thought to try out also :-) 
1660408096
keithcurtis
Forum Champion
Marketplace Creator
API Scripter
Heh! I think your previous response came in while I was still composing mine. Whatever methods you use, have fun. Rune Knights are a blast!