Code: Select all
#include routines.mac
Sub Main
:Begin
/call Uphill
/goto :Begin
/return
Sub Uphill
:Uphill
/face loc -645,-805
/if n $distance(-645,-805)>5 /goto :Uphill
/goto :Downhill
:Downhill
/face loc -643,-695
/if n $distance(-643,-695)>5 /goto :Downhill
/goto :Uphill
/return

