Advertisement
Guest User

Untitled

a guest
May 8th, 2020
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. if params.locofacing == 1 then
  2. local locodirection = "north"
  3. elseif params.locofacing == 2 then
  4. local locodirection = "east"
  5. elseif params.locofacing == 3 then
  6. local locodirection = "south"
  7. elseif params.locofacing == 4 then
  8. local locodirection = "west"
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement