11 lines
206 B
Plaintext
Executable file
11 lines
206 B
Plaintext
Executable file
function warp_to {
|
|
parameter timestamp.
|
|
|
|
KUNIVERSE:TIMEWARP:WARPTO(timestamp). // todo: improve.
|
|
}
|
|
|
|
function warp_for {
|
|
parameter seconds.
|
|
|
|
return warp_to(TIME:SECONDS + seconds).
|
|
} |