Handouts FAQ

Discussion concerning lmarkus' campaign framework for D&D3.x and Pathfinder.

Moderators: dorpond, trevor, Azhrei, giliath, Gamerdude, jay, Mr.Ice, lmarkus001

Forum rules
Discussion regarding lmarkus001's framework only. Other posts deleted without notice! :)
Post Reply
neofax
Great Wyrm
Posts: 1694
Joined: Tue May 26, 2009 8:51 pm
Location: Philadelphia, PA
Contact:

Handouts FAQ

Post by neofax »

Property Structure for Handouts

Code: Select all

{
    "table": "Handouts",
    "template":     {
        "rowID": 1, <integer reference to row in table>
        "picklistKey": "Shows in Selector", <text with no commas or semicolons>
        "title": "Displayed in Dialog", <rich text, can be html>
        "font": "Times New Roman", <PC/Mac common browser font list>
        "fontsize": 12, <size in points>
        "imgDisplay": 0, <0=no image, 1=image then text, 2=text then image>
        "bgImageID": 0, <integer reference to row in table>
        "bgDisplay": 0, <0=no background, 1=tiled, 2=fixed centered>
        "access": [""] <json array of token names>
    },
    "handouts":     [
                {
            "rowID": 1,
            "picklistKey": "A test",
            "title": "Displayed in Dialog",
            "font": "Times New Roman",
            "fontsize": 16,
            "imgDisplay": 0,
            "bgImageID": 100,
            "bgDisplay": 1,
            "access":             [
                "Colodra",
                "Cacyn"
            ]
        }
    ]
}
Configuring the Handouts:
Here the GM specifies the various database elements of the handouts.
Image

Handout Access:
Granting access to specific handouts
Image
Image

Sample Handout:
This is a sample handout dialog that the players would see.
Image

Sample Handouts Table:
Here you enter the text and images of your handouts. The table name can be changed for added player security.
Image

Yurameki
Kobold
Posts: 11
Joined: Thu Jan 27, 2011 1:43 am

Re: Handouts FAQ

Post by Yurameki »

this is going to seem like a really dumb question, but what is the purpose of handouts?

User avatar
aliasmask
RPTools Team
Posts: 9029
Joined: Tue Nov 10, 2009 6:11 pm
Location: Bay Area

Re: Handouts FAQ

Post by aliasmask »

I don't use them often, but I used it for gaming reference material, like a cryptic scroll. The players can then reference it whenever they feel like it rather than asking the DM about what it said because they didn't write it down.

Yurameki
Kobold
Posts: 11
Joined: Thu Jan 27, 2011 1:43 am

Re: Handouts FAQ

Post by Yurameki »

Ah so it's a fancy notes/props system, thanks!

Post Reply

Return to “D&D 3.5/Pathfinder 1e Campaign Macros”