WeiDUorg / weidu

WeiDU is a program used to develop, distribute and install modifications for games based on the Infinity Engine.
http://www.weidu.org
GNU General Public License v2.0
90 stars 20 forks source link

The documentation about SAY and SAY_EVALUATED should be tweaked #163

Closed 4Luke4 closed 4 years ago

4Luke4 commented 4 years ago

Unless I'm missing something, SAY offset reference is valid syntax too, but only when reference is @integer.

As a result, documentation should be updated accordingly.

FredrikLindgren commented 4 years ago

Yes, the correct syntax for SAY is SAY offset text, where text is text. For SAY_EVAULATED, however, it must be a string literal.