addChoice ([return=text], text) - Adds choice for new choose. choose (title) - Show options added by add and wait for one of it. doneTell - Finish tell (talk mode). exists - Returns if it exists. give (item) - Give item to NPC, w/o invocation of onGive event. giveBack (item) - Give item from NPC to leader, w/o invocation of onGive event. npc - Returns actual NPC say (text, [align=0], [color=16]) - Adds text to dialog. Text can contains these chars: <br> <br> new line<br> \p new page<br> tell (text) - Text which is told by NPC. In text can be used special chars. [keyWord] will add this word to keyWords and {keyWord} do the same, but it remove keyWord from printed text. When keyWord name starts with # then it's added as a local keyWord is visible only for this person. wait ([text=Next]) - Show button and wait for click on it.
addChoice ([return=text], text)
Adds choice for new choose.
Parameters
[return=text] - value of this choice text - of choice
Adds text to dialog. Text can contains these chars: <br> - new line<br> \p - new page<br>
Parameters
text - to display [align=0] - of text 0-left,1-center,2-right [color=16] - of text 0-black,1-blue,2-cyan,3-orange,4-red,16-white
tell (text)
Text which is told by NPC. In text can be used special chars. [keyWord] will add this word to keyWords and {keyWord} do the same, but it remove keyWord from printed text. When keyWord name starts with # then it's added as a local keyWord - is visible only for this person.
Parameters
text - text to tell
wait ([text=Next])
Show button and wait for click on it.
Parameters
[text=Next] - of button
Generated by Hideoshi's Documentation Tool on 28.10.2003 20:08:55