I know that one can set the time of day with the command DayNight()
But what I wanted to do is to just add 2 or 3 hours to the actual time (which can be any time) - during which CHARNAME and company are busy doing something.
I know, I could use something like
IF
Time(1)
THEN
RESPONSE #100
DayNight(4)
END
But that would mean I would have to write 24 of these scripts!

So is there a command like AddTime(2) or somesuch - I couldn't find any through IESDP - or is there another economic way to try to achieve this?
Thanx