Advertisement
Captain_Throwback

carrier select

Nov 20th, 2014
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. if prop("carrier.prop","selected.0") == "1" then
  2. theme("red");
  3. else if prop("carrier.prop","selected.0") == "2" then
  4. theme("yellow");
  5. else
  6. theme("purple");
  7. endif;
  8. endif;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement