You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The dialogue export script writes directly to outputLines. Instead, it should build and finally return a string which is added to outputLines by the caller. Additionally, the addQuest function should be split up into multiple functions if possible.
The text was updated successfully, but these errors were encountered:
The dialogue export script writes directly to
outputLines
. Instead, it should build and finally return a string which is added tooutputLines
by the caller. Additionally, theaddQuest
function should be split up into multiple functions if possible.The text was updated successfully, but these errors were encountered: