Guest User

Untitled

a guest
Nov 23rd, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.24 KB | None | 0 0
  1. boughtItems[category] = value  
  2. outputChatBox ( category .. " " .. value )
  3.  
  4. Output: spoiler 1002
  5.  
  6. Few sec later:
  7. outputChatBox ( string.lower(partsCategory) .. " " .. tostring(boughtItems[string.lower(partsCategory)]) )
  8.  
  9. Output: spoiler nil
Add Comment
Please, Sign In to add comment