Character Vault
Any Concept / Any System
Compendium
Your System Come To Life
Roll20 for Android
Streamlined for your Tablet
Roll20 for iPad
Streamlined for your Tablet

Personal tools

Difference between revisions of "The Aaron"

From Roll20 Wiki

Jump to: navigation, search
m
 
(19 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{userboxtop
+
{{revdate}}'''{{user profile|104025|The Aaron}}''' is an active and longstanding Roll20 community member, Forum Champion, and prolific [[:Category:API Author|API Author]].
| toptext =  
+
<br clear=right>
}}
+
{{userboxtop | toptext = }}
 
{{Userbox Central Time}}
 
{{Userbox Central Time}}
 
{{Userbox Mentor}}
 
{{Userbox Mentor}}
 
 
{{Userboxbreak}}
 
{{Userboxbreak}}
{{Userbox Rollin}}{{Userbox Profile complete}}
+
{{userbox All Opinions}}
 +
{{userbox Arcane Scriptomancer}}
 +
{{userbox LFG}}
 +
{{userbox Never Ending Story}}
 +
{{userbox Patron}}
 +
{{userbox Tutorial}}
 +
{{userbox Profile complete}}
 +
{{userbox Rollin}}
 +
{{userbox Script Runner}}
 
{{Userboxbreak}}
 
{{Userboxbreak}}
{{Userbox Played|10}}
+
{{userbox Bug Hunter|10}}
{{Userbox Played|50}}{{Userbox Played|100}}
+
{{userbox Consecutive Days|10}}
{{Userbox Played|250}}
+
{{userbox Played|1000}}
 +
{{userbox Played With|250}}
 +
{{userbox GM Count|10}}
 +
{{userbox Rolled|10000}}
 +
{{userboxbottom}}
 +
==The Aaron, Arcane Scriptomancer==
  
{{Userbox Played|1000}}
+
''"While wizards may learn to bend magic to their will, the Scriptomancer alone understands the language of the gods, in which the very building blocks of the world are written. Wielding both his esoteric knowledge and the hammer of the Ay'p Eye, The Aaron reshapes the world at its most fundamental level, producing results that benefit the common man; though their workings may be beyond mortal comprehension."'' - Quote from {{forum|permalink/1423307/ PaulOoshun}}  
{{Userboxbreak}}
+
{{Userbox Played With|5}}
+
{{Userbox Played With|10}}
+
{{Userbox Played With|25}}
+
  
{{userboxbottom}}
 
  
 +
===Support my work on [https://www.patreon.com/shdwjk Patreon] or [https://www.paypal.me/shdwjk Paypal.me]===
  
 +
If you use my scripts, want to contribute, '''and have the spare bucks to do so''', go right ahead. However, please don't feel like you must contribute just to use them! I'd much rather have happy Roll20 users armed with my scripts than people not using them out of some sense of shame. Use them and be happy, completely guilt-free!
  
I really should put something here...
+
'''Disclaimer:''' ''These Patreon campaigns and Paypal.me links are not affiliated with Roll20; as such, contributions are voluntary and Roll20 cannot provide support or refunds for contributions.''
 +
 
 +
==Links==
 +
* {{user profile|104025|The Aaron}} - Roll20 Profile
 +
* [https://www.patreon.com/shdwjk Patreon] - Support his work with Roll20 APIs
 +
* [http://roll20api.net/ Roll20API.net] - Companion site for the [[Script:Walls|Walls]] & [[Script:UniversalVTTImporter|UniversalVTTImporter]] APIs.
 +
* {{repo|shdwjk/Roll20API shdwjk/Roll20API}} - all his APIs, some which aren't in the one-click install
 +
* {{repo|shdwjk/TheAaronSheet TheAaronSheet}} - A facade for [[Sheetworker]] Tasks and Utility Functions
  
 
== API Scripts ==
 
== API Scripts ==
 +
The Aaron have created a massive amount of API scripts, of which 56 are in the API one-click menu, and other smaller, one-off scripts written on the fly for smaller things, can be found scattered through the Roll20 Forums.
  
 +
Popular APIs/Highlights:
 +
* '''Tokens'''
 +
** [[TokenMod]]
 +
** {{fpl|10661242/ Bump}} -- provides a way to invisibly manipulate tokens on the GM Layer from the Objects Layer, and vice versa
 +
** [[Script:Token Name Number|TokenNameNumber]] -- Automatic numbering of tokens with special placeholder.
 +
** {{fpl|7992951/ TokenCondition}} -- Easily add full Token Condition Images to Character and Monster Tokens.
 +
* '''Combat/Characters'''
 +
** [[GroupInitiative]]
 +
** [[Script:Ammo|Ammo]] update characters ammo count
 +
** {{fpl|10212772/ AddCustomTurn}} -- An easy way to add (and remove) custom turns which increment or decrement, and have auto delete features.
 +
** {{fpl|9888024/ PlayerCharacters}} -- List all Player Characters divided by Player for the GM, or all assigned Characters for a Player. Add Characters for GM and Players
 +
** [[Script:TurnMarker1|TurnMarker1]] -- provides a visual marker to show which token's turn it is & centers map on them.
 +
* '''Map/Dynamic Lighting'''
 +
** [[Script:Walls|Walls]] – Builds dynamic lighting walls based on imported <code>.svg</code> file
 +
** {{fpl|9521203/ UDLWindows}} – create/convert Dynamic Lighting walls that are see-through, but blocks movement.
 +
** {{fpl|9939691/ UDLPasswall}} – Walls that block sight, but not movement!
 +
** [[Script:UniversalVTTImporter|UniversalVTTImporter]] -- Import .dd2vtt files to create Dynamic Lighting Lines and Lights!
 +
** {{fpl|2948292/ DryErase}} – An API that can stop players from [[Drawing Tool|drawing]] on the map, deleting any drawing instantly.
 +
* [[API:Short Community Scripts]]
 +
 +
 +
===Misc API threads===
 
* [https://app.roll20.net/forum/post/907343/script-mystara-calendar#post-909985 Calendar (Mystara)] -- Currently just supports the Mystara Calendar (12 months, 12 days, etc), but I play to expand it to be a more universal campaign calendar, including annotation of dates, personal notes, tracking the passage of time, etc.
 
* [https://app.roll20.net/forum/post/907343/script-mystara-calendar#post-909985 Calendar (Mystara)] -- Currently just supports the Mystara Calendar (12 months, 12 days, etc), but I play to expand it to be a more universal campaign calendar, including annotation of dates, personal notes, tracking the passage of time, etc.
* [https://app.roll20.net/forum/post/920764/script-isgm-id-function-auto-populated#post-925675 isGM] -- Provides a function isGM() for determining if a player id refers to a gm. Unlike other solutions, this one builds it GM list automatically by detection via chat messages.  The first time a player speaks as themselves, they are detected as being either a GM or a Player, and that determination is stored in the state object.
+
* <strike>[https://app.roll20.net/forum/post/920764/script-isgm-id-function-auto-populated#post-925675 isGM] -- Provides a function isGM() for determining if a player id refers to a gm. Unlike other solutions, this one builds it GM list automatically by detection via chat messages.  The first time a player speaks as themselves, they are detected as being either a GM or a Player, and that determination is stored in the state object.  This is native functionality with the <code>playerIsGM()</code> function now.
* [https://app.roll20.net/forum/post/931415/script-turnmarker-turn-token-highlight-round-counter-player-advance-command-turn-announce-plus-spiny-graphics-if-you-want-them#post-934023 TurnMarker] -- A feature rich turn marker with round announce, turn change announce, auto sizing graphics, etc.
+
 
 +
[[Category:API Author]]
 +
[[Category:Forum Champion]]

Latest revision as of 15:05, 9 March 2022

The Aaron is an active and longstanding Roll20 community member, Forum Champion, and prolific API Author.


Central Time.png This user's time zone is Central Time.
Pro Subscription.png This user has a Pro-level subscription.

All Opinions.png Achievement get! All Opinions are Valid
Arcane Scriptomancer.png Achievement get! Arcane Scriptomancer
I Know You're Out There.png Achievement get! I Know You're Out There
Never Ending Story.png Achievement get! Never Ending Story
Artpatron.png Achievement get! Patron of the Arts
Tutorial.png Achievement get! Read the Instructions
Getting to Know You.png Achievement get! Getting to Know You
See Me Rollin.png Achievement get! See Me Rollin'
Script Runner.png Achievement get! Script Runner



Bughunter10.png Achievement get! Exterminator
Consecutive10.png Achievement get! One Of Us
Played1000.png Achievement get! K Club
Playedwith250.png Achievement get! Senator
GM Count10.png Achievement get! The Dedicated GM
Rolled10000.png Achievement get! It's Raining Dice

Contents

[edit] The Aaron, Arcane Scriptomancer

"While wizards may learn to bend magic to their will, the Scriptomancer alone understands the language of the gods, in which the very building blocks of the world are written. Wielding both his esoteric knowledge and the hammer of the Ay'p Eye, The Aaron reshapes the world at its most fundamental level, producing results that benefit the common man; though their workings may be beyond mortal comprehension." - Quote from PaulOoshun(Forum)


[edit] Support my work on Patreon or Paypal.me

If you use my scripts, want to contribute, and have the spare bucks to do so, go right ahead. However, please don't feel like you must contribute just to use them! I'd much rather have happy Roll20 users armed with my scripts than people not using them out of some sense of shame. Use them and be happy, completely guilt-free!

Disclaimer: These Patreon campaigns and Paypal.me links are not affiliated with Roll20; as such, contributions are voluntary and Roll20 cannot provide support or refunds for contributions.

[edit] Links

[edit] API Scripts

The Aaron have created a massive amount of API scripts, of which 56 are in the API one-click menu, and other smaller, one-off scripts written on the fly for smaller things, can be found scattered through the Roll20 Forums.

Popular APIs/Highlights:

  • Tokens
    • TokenMod
    • Bump(Forum) -- provides a way to invisibly manipulate tokens on the GM Layer from the Objects Layer, and vice versa
    • TokenNameNumber -- Automatic numbering of tokens with special placeholder.
    • TokenCondition(Forum) -- Easily add full Token Condition Images to Character and Monster Tokens.
  • Combat/Characters
    • GroupInitiative
    • Ammo update characters ammo count
    • AddCustomTurn(Forum) -- An easy way to add (and remove) custom turns which increment or decrement, and have auto delete features.
    • PlayerCharacters(Forum) -- List all Player Characters divided by Player for the GM, or all assigned Characters for a Player. Add Characters for GM and Players
    • TurnMarker1 -- provides a visual marker to show which token's turn it is & centers map on them.
  • Map/Dynamic Lighting
    • Walls – Builds dynamic lighting walls based on imported .svg file
    • UDLWindows(Forum) – create/convert Dynamic Lighting walls that are see-through, but blocks movement.
    • UDLPasswall(Forum) – Walls that block sight, but not movement!
    • UniversalVTTImporter -- Import .dd2vtt files to create Dynamic Lighting Lines and Lights!
    • DryErase(Forum) – An API that can stop players from drawing on the map, deleting any drawing instantly.
  • API:Short Community Scripts


[edit] Misc API threads

  • Calendar (Mystara) -- Currently just supports the Mystara Calendar (12 months, 12 days, etc), but I play to expand it to be a more universal campaign calendar, including annotation of dates, personal notes, tracking the passage of time, etc.
  • isGM -- Provides a function isGM() for determining if a player id refers to a gm. Unlike other solutions, this one builds it GM list automatically by detection via chat messages. The first time a player speaks as themselves, they are detected as being either a GM or a Player, and that determination is stored in the state object. This is native functionality with the playerIsGM() function now.