i fixed that problem now take a look on this
#GetMoney
? ((m1 distance Work) > 100) : goto "nomoney"
m1_counter=m1_counter+200
hint Format["Good Jop Being At Work Your Boss Gave You 200£ £%1", m1_counter]
? (m1 == player) : hint _msg
goto "routine"
#routine
~120
hint "Paycheck incoming in 1 minute, so stay in your work!"
~60
goto "getmoney"
#nomoney
hint Format["Man you Didint Meet At Work Now You Dont Get Any Check If You Want One Anyway MEET UP NEXT TIME!!! £%1", m1_counter]
? (m1 == player) : hint _msg
m1_counter=m1_counter+0
goto "routine"
when im 100 away from the work i still get money how can that be?
?