Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $${
- // Bind to onChat and a gui button
- IF(%KEYNAME%="onChat")
- STRIP(&chat,%CHAT%)
- IFMATCHES(%&chat%,"\((.{8})-(.{4})-(.{4})-(.{4})-(.{12})\)")
- MATCH(%&chat%,"((.{8})-(.{4})-(.{4})-(.{4})-(.{12}))",{@&uuid})
- ENDIF
- ELSEK
- KEY(chat)
- TYPE(%@&uuid%)
- ENDIF
- }$$
Advertisement
Add Comment
Please, Sign In to add comment