summaryrefslogtreecommitdiff
path: root/src/overlays/actors/ovl_Obj_Shutter/scheduleScripts.schl
blob: 92fe4865f81e31314f912c2bd6f306112bb2cdc3 (plain)
1
2
3
4
5
6
7
sScheduleScript {
    if_time_range (10, 0, 20, 0) {
        return_l (1)
    } else {
        return_l (2)
    }
}