Hello everybody,
anybody willing to share macros they use for STA on roll20?
Today I build 2 macros showing me (as gm) stats of characters or ships respectively to the chat.
I hope to spent less time searching character sheets this way.
This one is for characters:
/w gm &{template:default} {{name=@{selected|rank} @{selected|character_name}}}{{Control @{selected|control}=Command @{selected|command}}}{{Fitness @{selected|fitness}=Security @{selected|security}}}{{Presence @{selected|presence}=Science @{selected|science}}}{{Daring @{selected|daring}=Conn @{selected|conn}}}{{Insight @{selected|insight}=Engineering @{selected|engineering}}}{{Reason @{selected|reason}=Medicine @{selected|medicine}}}{{Stress=@{selected|stress|current} / @{selected|stress|max}}}{{Resistance=@{selected|resistance}}}
and this one for ships:
/w gm &{template:default} {{name=@{selected|ship_name} @{selected|ship-designation} @{selected|ship-space-frame} (Scale @{selected|ship_scale})}}{{Engines @{selected|ship_engines}=Command @{selected|ship_command}}}{{Computers @{selected|ship_computers}=Security @{selected|ship_security}}}{{Weapons @{selected|ship_weapons}=Science @{selected|ship_science}}}{{Structure @{selected|ship_structure}=Conn @{selected|ship_conn}}}{{Sensors @{selected|ship_sensors}=Engineering @{selected|ship_engineering}}}{{Communication @{selected|ship_communication}=Medicine @{selected|ship_medicine}}}{{Shields=@{selected|shields|current} / @{selected|shields|max}}}{{Power=@{selected|power|current} / @{selected|power|max}}}{{Resistance=@{selected|resistance}}}
I have not fully tested yet.
What do you think?