1. Here is the code I am using to create a New Day Message
Code: Select all
Trigger(NEW_DAY_TRIGGER, "NewDayTrigger");
function NewDayTrigger()
if GetDate(DAY_OF_WEEK) == 1 then
MessageBox("Maps\RMG\1372-2268-3872-4378\NDM.txt");
end;
Second...How do you script a message to appear, when a creature is first encountered..Currently from what I can tell all message and resource options are currently given after creatue is defeated....