Jump to content

More Dialog


Lazarus.

Recommended Posts

All this you can find in the editor manual and appendices

 

To make a shop, you should make in the dialogue node the shop starts the follwing sort of command:

 

Code:
 begintalknode ..;state = ..;personality = ..;nextstate = ..;condition = ..; //This is optionalquestion = "..";text1 = "..";code =      begin_shop_mode(name of the shop,description of the shop,num of the shop,prise adjust,sell adjust);break; 
the calls for stocking the shop, you should put in the scenario script, in the INIT_STATE.

 

You can read more about this in the chapter Creating dialog in the editor manual.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...