Posts from Scripts
Auto-translated
Added 1 hour 12 minutes ago
So, I just placed the region in front of the castle and blocked it for that player in the script. And which function is responsible for the quest appearing in the journal on a specific day? I mean, so that it (the quest) doesn't appear immediately.
You'll figure it out there. You need to set a condition to check the day, week, month, and so on...
function pokushenie()
(paragraph)if GetDate(DAY) == 42 then
(paragraph)(paragraph)MessageBox("Maps/SingleMissions/Five Plunderers/podzhigatel.txt", TeleporateHero);
function TeleporateHero()
SetObjectPosition("Biara", 31, 129, 0);
end;
SetObjectPosition("Biara", 31, 129, 0);
end; )
(paragraph)if GetDate(DAY) == 42 then
(paragraph)(paragraph)MessageBox("Maps/SingleMissions/Five Plunderers/podzhigatel.txt", TeleporateHero);
end;
end;
function TeleporateHero()
SetObjectPosition("Biara", 31, 129, 0);
end;
How about this?
function pokushenie()