More about Wiedu
chimeric
Member Posts: 1,163
I've received a basic introduction to Weidu from, I think, @subtledoctor - thanks for that, it has been invaluable - but now I have trouble getting custom strings in the mod's installation. Apparently that's done through RESOLVE_STR_REF. Can I have an example of how that would be used in a string to be used in a dialogue, in DisplayStringHead?
0
Comments
Same for dialogue files.
PS Um, I think I accidentally tagged someone... Sorry
http://forums.pocketplane.net/index.php?topic=55.0
Hello, welcome to my...
- Want new REPLY here
Have to make my own
TRIGGERS Hello, welcome to my...
- New reply
?
Yes, but you'll have to use %s to wrap it instead of ~s, since it'll be a text string within dialog script string, and WeiDU wouldn't know otherwise whether it's the end of script or beginning of text. Otherwise, you can traify the file and use @ 123 (whatever value it's assigned to, without space) for DisplayString() argument.
More about string enclosing http://weidu.org/WeiDU/README-WeiDU.html#String
No, you can extend existing states with new transitions (i.e. player responses) just fine. http://weidu.org/WeiDU/README-WeiDU.html#EXTEND_TOP