Advertisement
Guest User

Untitled

a guest
Aug 17th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1.  
  2. "MapConfig"
  3. {
  4. "SacrificeTraps"
  5. {
  6. "Set1"
  7. {
  8. "targettname1" "random_door1"
  9. "targettname2" "random_door2"
  10. "input" "kill"
  11. }
  12. "Set2"
  13. {
  14. "targettname1" "random_door1"
  15. "targettname2" "random_door2"
  16. "input" "kill"
  17. }
  18. }
  19. "whatever"
  20. {
  21. "whatever2"
  22. {
  23. "whatever3" "whatever4"
  24. }
  25. }
  26. }
  27.  
  28.  
  29. if (kv.JumpToKey("SacrificeTraps"))
  30. {
  31.  
  32. } else {
  33. PrintToServer("Failed to find SacrificeTraps key");
  34. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement