if viewer != nobody [ ; solves problem where video gets to close to the edges, would probably be better to change the behavior so it never steps out of bounds
if energi >= 1000 [
move-to-next-segment
]
let vrede-præference-her [vrede-præference] of viewer
let interessant-præference-her [interessant-præference] of viewer
let realisme-præference-her [realisme-præference] of viewer
let aww-præference-her [aww-præference] of viewer
let latter-præference-her [latter-præference] of viewer
setxy (-1 - random half-of-worlds-width) (random half-of-worlds-height + 1)
setxy (-1 - random half-of-worlds-width-rounded) (random half-of-worlds-height-rounded + 1) ;TODO Here is a random out of bounds exception (the video can go -1 beyound the world)