This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
lua:ch:qstatus [2014/12/27 08:00] vodur |
— (current) | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | Check quest status/state for player | ||
| - | |||
| - | Example: | ||
| - | |||
| - | <code lua> | ||
| - | if ch:qstatus(300) == 1 then | ||
| - | |||
| - | say("qset 300 has a value of 1") | ||
| - | |||
| - | end | ||
| - | </code> | ||