Skip to content
User Avatar
#3407
Auto-translated
Gerter
Do you create the text file using the script editor or by creating a new text document in the map folder? If the latter, the problem is likely due to the file encoding. Create it using the script editor; this will guarantee the correct encoding. Also, to avoid having to specify file paths each time and to prevent confusion, you can use the following structure:
path = GetMapDataPath()

function kvest()
QuestionBox(path.."kvest2.txt", "final", "final1");
end;
and so on.

THANK YOU SO MUCH! It all worked!)
С уважением, ваша Дарина)
Мои сценарии:  
Лесной хранитель (лесной союз)
Путь к свету (чернокнижник)
Фалькон Сокол (орден порядка)
Инквизиция Ариоха (некроманты) - готово на 90%