Advertisement
Guest User

Untitled

a guest
Nov 7th, 2016
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. function cube_open(vnum)
  2. cube_results = {}
  3. cube_needs = {}
  4. cube_results[20018] = "50801,1/50802,1/50803,100/50804,100"
  5. cube_needs[20018] = "50721,1@50722,1@50723,1@50724,1"
  6. cmdchat("cube_npc_id "..vnum.."")
  7. cmdchat("cs_result "..cube_results[vnum].."")
  8. cmdchat("cs_need "..cube_needs[vnum].."")
  9. command("cube open")
  10.  
  11. return
  12. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement