Post reply

Warning: this topic has not been posted in for at least 120 days.
Unless you're sure you want to reply, please consider starting a new topic.
Name:
Email:
Subject:
Message icon:

Verification:
Type the letters shown in the picture
Listen to the letters / Request another image

Type the letters shown in the picture:
What color is grass?:
What is the seventh word in this sentence?:
What is five minus two (use the full word)?:

shortcuts: hit alt+s to submit/post or alt+p to preview


Topic Summary

Posted by: Salk
« on: December 26, 2017, 09:41:16 AM »

How silly of me...

Thanks, Wisp!
Posted by: Wisp
« on: December 26, 2017, 04:27:12 AM »

You are modifying the "epilogue" of the state to be "Exit" instead of whatever it was before. Like other D, that's supposed to be uppercase, so it should be "EXIT". It probably gets fixed by the compiler, but the check for ALTER_TRANS is case-sensitive.
Posted by: Salk
« on: December 26, 2017, 03:25:59 AM »

Hello!

WeiDU gives me the following warning:

Compiling 1 dialogue file ...
WARNING: can not verify EPILOGUE parameter for ALTER_TRANS stuff list near line 6, column 72 of stweaks-inlined/#gtremai.dProcessing 1 dialogues/scripts ...


when processing this:

Code: [Select]
ALTER_TRANS tremai BEGIN 10 END BEGIN 0 END BEGIN "EPILOGUE" ~Exit~ END
It does what I intended to but I am wondering why I got that warning message.