Changing the team did the trick.
Ok, now I'm trying to go into scripting. I wanted to do something rather simple : make a Message Box appear on a specific day. How can I do that ?
First of all, the MessageBox calls a '.txt' file which must be included in the map archive. According to the Theoric Manual, this file can be defined in the "map resources", I thought it could be in the Map Properties list but I couldn't find it. The only way I found so far is to manually add the .txt in the .h5m using Winrar... Is there any other solutions I may have missed ?
Second, how can I call it to pop up on , say, day eight and never again ? I tried creating a
function Message ()
if getDate(DAY) == 8 then
messageBox('day8.txt');
end;
end;
Then call the function using Trigger (NEW_DAY_TRIGGER), but that doesn't work... I'm not a programmer or anything so I may miss a simpler solution.
Bandobras Took wrote:I think a general word of advice would be suitable for future questions:
Read the Documentation
Seriously.
I have the Practical, Theoric and Scripting guides open while I'm working on the editor
![smile :)](/forums/images/smilies/smile9.gif)