Guest User

Untitled

a guest
Oct 22nd, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. function tpt.Xget_property(Property, Names)
  2. tpt.start_getPartIndex()
  3. while tpt.get_property("type", tpt.getPartIndex) == Names
  4. if tpt.next_getPartIndex() == false then return -1 end
  5. end
  6. return tpt.get_property(Property, tpt.getPartIndex)
  7. end
Add Comment
Please, Sign In to add comment