------

Started by ------, Tue 22/07/2008 23:06:37

Previous topic - Next topic

------

-------

Matti

#1
You have to use the run-script x command within the dialog. There's a dialog request-section in the main script where you can put every code you need.


Do it like this:

In dialog 1 put: run-script 1

In the dialog-request section of the main script put:

  if (script == 1) {
    dialog[2].SetOptionState(4, eOptionOn);
  }

..which will turn on option 4 in dialog 2.

------

---
#2
------

Matti

Change "parameter" to "script", then it should work.

But if you post the run-script command in the dialog, the dialog_request-section should appear automatically.

------

#4
-----

Matti


SMF spam blocked by CleanTalk