Trying to add text to an event which I've given the ID 70011.
I appended this:
to the .csv file, preserving the stuff I already had in there from other mods, as well as providing the two EOF commented lines.
Event works as it should in-game; however, all the text in the event popup box says "Requested string not found" or something like that. Not really sure why it's doing this. Is 70011 out of range?
I appended this:
Code:
EVT_70011_NAME;Peasants demand a change in government;;;;;;;;;;X
ACTIONNAME70011A;Give into their demands;;;;;;;;;;X
ACTIONNAME70011B;Perhaps there is a diplomatic solution;;;;;;;;;;X
ACTIONNAME70011C;We shall crush them!;;;;;;;;;;X
to the .csv file, preserving the stuff I already had in there from other mods, as well as providing the two EOF commented lines.
Event works as it should in-game; however, all the text in the event popup box says "Requested string not found" or something like that. Not really sure why it's doing this. Is 70011 out of range?