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