Skip to content
User Avatar
#3406
Auto-translated
Do you create the text file using a script editor or by creating a new text document in the map folder? If it's the latter, the problem is likely due to the file encoding. Create it using a script editor to ensure the correct encoding. Also, to avoid repeatedly specifying file paths and getting confused, you can use this structure:
path = GetMapDataPath()

function kvest()
QuestionBox(path.."kvest2.txt", "final", "final1");
end;
and so on.
Нет войне.