Rawlists

Parent: lists

A rawlist is a list of text string. Rawlists are used by caption panels and clicklist and menucommands. The following is an example of a rawlist:

<RAWLIST name="object">

<RAWLISTITEM name="get %"/>
<RAWLISTITEM name="examine %"/>
<RAWLISTITEM name="search %"/>
<RAWLISTITEM name="turn %"/>

</RAWLIST>

It can hold hashes that allow players to type in information related to an object.

RAWLIST

Unlimited number of RAWLIST

name string
If the name referenced by caption panels, clicklist and menucommands when using the rawlist.

RAWLISTITEM

Unlimited number of RAWLISTITEM

name string
Text item.

name2 string
Second name in the list. Caption panels allow the 'name' to be the command and 'name2' to be the caption of a button. For example 'name2' might be 'buy price' and the command is 'buyfor % #' for 'name'