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

Script:Terrain Generator

From Roll20 Wiki

Jump to: navigation, search
API ScriptAuthor: Sebastian O.
Version: 0.1.0
Last Modified: 2017-02-14
Code: Terrain Generator
Dependencies: None
Conflicts: None

Automates creation of outdoor maps (forests, deserts, etc.) For more info/help/suggestions go to: https://app.roll20.net/forum/post/4554521/script-terrain-generator

Contents

Syntax

!!TGFillBG [pageName] [rollableTableName] [itemNames] [size]
!!TGSpawnTrees [pageName] [rollableTableName] [itemNames] [size] [sparsity] [variation] [randomRotation]

Installation and Configuration

Use Roll20 1-click install for API scripts

Script Use

To fill the page with background texture (grass, sand, water, etc) use !TGFillBG command. To spawn some objects randomly on the page (trees, rocks, shrubs, etc) use !TGSpawnTrees command.

Changelog

v0.1.0 (2017-02-14)

  • Release