Print warp duration.
This commit is contained in:
parent
396678e313
commit
93f78cf2a8
1 changed files with 3 additions and 1 deletions
|
@ -2,12 +2,14 @@
|
|||
|
||||
function warp_to {
|
||||
parameter timestamp.
|
||||
|
||||
|
||||
KUNIVERSE:timewarp:warpto(timestamp). // TODO: improve.
|
||||
wait until TIME:seconds >= timestamp. // TODO
|
||||
}
|
||||
|
||||
function warp_for {
|
||||
parameter seconds.
|
||||
|
||||
print "Warping for " + round(seconds, 1) + " seconds".
|
||||
return warp_to(TIME:seconds + seconds).
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue