Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if params.locofacing == 1 then
- local locodirection = "north"
- elseif params.locofacing == 2 then
- local locodirection = "east"
- elseif params.locofacing == 3 then
- local locodirection = "south"
- elseif params.locofacing == 4 then
- local locodirection = "west"
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement