Skip to content

script editing

UrsZeidler edited this page Aug 19, 2014 · 10 revisions

script editing

A script is the story it contains several placements, and all information like nsc. The placements are linked together and forms a net or graph. The story net, as a rgp is not as linear as a book.

script model

You can open a script in the model viewer as it is an object like all other objects, you can also use the "open script" menu which open a selection dialog with all available scripts.

script

The script is a describable holding the name and and image. The script object also contains the history while playing. Also the script defines the entry point, the first placement. Normally a kind of instruction. "Let the games begin." script editor

player group

The player group is a special group as it will be available in every placement. It need to be empty when you build a script, as it will contains the characters representing players.

groups

The groups holding different characters together, groups can be part of placements, which means this characters plays a role in this placement.

gamemaster management

The gamemaster container is used to store the characters you need for the groups, all the npc should be created here as the script should be "self containing". When you want to share your script it is necessary that all referenced objects are included, otherwise there will be missing on the import, of course.

placements

A placement is an isolate scene in the story. Like in the rpg adventures it contains the sections "background", "inTheirFace" and "debugging" to describe the placement to the game master. You move to the story when you move thru the placmenets, each placement can be connected to other placements.

placement editor

All possible placements are collected in the next placement feature. As the placement describes the Space/time of the rpg it has a time range where you can define the start and end date for this placement.

Clone this wiki locally