let it run on a pc with a eventflag
Code:
quest *** begin
state start begin
when login with pc.get_map_index() == mapindex and game.get_event_flag("xx_time") < get_time() begin
game.set_event_flag("xx_time", get_time()+60*3)
notice_in_map("***")
end
end
end
this should work