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 "Script:Backpack"

From Roll20 Wiki

Jump to: navigation, search
Line 11: Line 11:
 
<div style="float:left;margin-right:15px">__TOC__</div>
 
<div style="float:left;margin-right:15px">__TOC__</div>
  
Backpack text here
+
Backpack is a journal based inventory system that updates the 'bio' section of a journal to represent a graphic inventory interface. This allows GMs whom implement this script to allow players to manage a graphic representation of their inventory. Once setup, you can move,give,drop and pickup items through the use of the API button interface as well as buy and sell from shops and stores should they be prepared.
 +
 
 +
To use this script requires quite a bit of setup on the part of the GM preparing the '''asset''' and '''item''' databases. The asset database is simply a list of available item types/subtypes and their associated images. The item database are parsable item signatures which can be short hand written to loot drop handouts or any ''backpack compatible'' journal entry.
  
 
<br clear="both">
 
<br clear="both">

Revision as of 20:40, 24 June 2015

API Script Author: Ken L.
Version: 1.25
Last Modified: 2015-6-24
Code: NA
Dependencies: None
Conflicts: Unknown

Contents

Backpack is a journal based inventory system that updates the 'bio' section of a journal to represent a graphic inventory interface. This allows GMs whom implement this script to allow players to manage a graphic representation of their inventory. Once setup, you can move,give,drop and pickup items through the use of the API button interface as well as buy and sell from shops and stores should they be prepared.

To use this script requires quite a bit of setup on the part of the GM preparing the asset and item databases. The asset database is simply a list of available item types/subtypes and their associated images. The item database are parsable item signatures which can be short hand written to loot drop handouts or any backpack compatible journal entry.


Getting Started

TODO

General Use

TODO

Asset Database

TODO

Item Database

TODO

Customizing

TODO

Changelog

TODO