Difference between revisions of "Mod:Development"
From Roll20 Wiki
Stephen K. (Talk | contribs) |
Stephen K. (Talk | contribs) |
||
Line 21: | Line 21: | ||
'''Where can I find pre-made scripts?''' | '''Where can I find pre-made scripts?''' | ||
β | If you're looking for scripts other members of the community have made or are eager to share your own work, check out the [API:Script_Index|API Script Index]. | + | If you're looking for scripts other members of the community have made or are eager to share your own work, check out the [[API:Script_Index|API Script Index]]. |
[[Category:API|Introduction]] [[Category:Docs|Introduction]] | [[Category:API|Introduction]] [[Category:Docs|Introduction]] |
Revision as of 16:47, 20 March 2015
Roll20 Mod
Use Mods
- Use & Install
- Mod:Script Index & Suggestions
- Short Community Scripts
- Meta Scripts
- User Documentation
- Mod Scripts(Forum)
- Mod Update 2024π
- Macro Guide
Mod Development
- Mod:Development
- Guide to Mod framework
- Contributing
- Guide to GitHub
- Category:API
Reference
- Objects
- Events
- Chat Events & Functions
- Utility Functions
- Function
- Roll20 object
- Token Markers
- Sandbox Model
- Debugging
Cookbook
The Roll20 API provides a powerful way to customize and enhance your game. You write scripts (little pieces of code) that tell Roll20 what to do during gameplay (for instance, move a piece, add a status marker to a token, or even roll dice). It's simple and straightforward to get started, but the possibilities are endless.
What do I need to get started?
Scripts for the Roll20 API are written in Javascript. You only need a basic understanding of the language to get started, but if you want to learn more about Javascript, this Codecademy course can help teach you.
How does it work?
You write scripts that listen to events that happen during the game. Scripts can check to make sure that rules are followed, change properties on objects and tokens, and even provide custom chat commands. The scripts you write run across the entire campaign, and affect things the GM does as well as all the players. Advanced scripts can also run independently, preforming automatic actions such as moving a token on a patrol route or nudging players when their turn is taking too long.
To get started, your first stop should be the Use Guide.
Where can I find pre-made scripts?
If you're looking for scripts other members of the community have made or are eager to share your own work, check out the API Script Index.