Now, the main thing: I've created MyGlobalNextRank, a message and a quest, put MyGlobalNextRank in this quest's "text display globals" table, and when spell is cast, its magic effect script calls a function "ShowMyGlobalMessage", i.e. (MyQuest as MyQuestScript).ShowMyGlobalMessage(), that has messagechoice = mymessage.show() and some if (messagechoice == n), n=0,1,2,...
So I think I've done all of this right. But there is still "you should do
Does anybody know what should I do to get it work?
P.S. I've searched this forum's threads (like http://www.gamesas.com/topic/1354224-text-replacement-help/), but they are about dialogs and books, which I don't need. I need to simply show it in a message box.