That page helps a little, but I still do not get how to change it from a call event.
I will give what I need here -
The script is called game_time it has variables that manage how long each how is, the year, etc.
I think the current hour addition is done with this command...
def add_hours(hours)
@minutes +=hours*@hour_length
end
How would I make a call event to change the hour of the day..?