-
Notifications
You must be signed in to change notification settings - Fork 24
Closed
Description
The WeiDU documentation provides the following description (and code sample) for SAY_EVALUATED:
Any WeiDU variables (enclosed in %s) inside stringWithVars are replaced by their values and the resulting string (constructed at mod-installation time!) is added to DIALOG.TLK and its string reference it written to the offset. Example:
COPY_EXISTING_REGEXP ~RING.*.ITM~ ~override~
READ_LONG 0x38 cost
SAY_EVALUATED IDENTIFIED_DESC
~I Am %SOURCE_RES%, I Cost %cost%~
Description and code sample are technically correct. However, the same result can also be achieved simply by replacing SAY_EVALUATED with SAY. What are the notable differences between these two commands?
Metadata
Metadata
Assignees
Labels
No labels