Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.16 KB | None | 0 0
  1. function InvTabulateColor(color1, color2)
  2.     if ColorThing = 0 then
  3.         ColorThing = 1
  4.         return color1 end
  5.     else
  6.         ColorThing = 0
  7.         return color2 end
  8.     end
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement