cnl_cnl_cnl

Untitled

Sep 13th, 2025
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. lua msdp.CHARACTER_LOCATION
  2. {
  3. CONTINENT = {
  4. NAME = "Niebelung",
  5. VNUM = "4"
  6. },
  7. ROOM = {
  8. EXITS = {
  9. ["0"] = {
  10. DIRECTION = "north",
  11. VNUM = "-1"
  12. },
  13. ["1"] = {
  14. DIRECTION = "east",
  15. DOOR_NAME = "cell",
  16. DOOR_STATE = "open",
  17. VNUM = "40112"
  18. },
  19. ["2"] = {
  20. DIRECTION = "south",
  21. VNUM = "-1"
  22. },
  23. ["3"] = {
  24. DIRECTION = "west",
  25. VNUM = "-1"
  26. },
  27. ["4"] = {
  28. DIRECTION = "up",
  29. VNUM = "-1"
  30. },
  31. ["5"] = {
  32. DIRECTION = "down",
  33. VNUM = "-1"
  34. }
  35. },
  36. NAME = "Prison Cell",
  37. TERRAIN = {
  38. ID = "25",
  39. NAME = "Dungeon"
  40. },
  41. VNUM = "40111"
  42. },
  43. ZONE = {
  44. NAME = "The DemonWeb and Citadel",
  45. VNUM = "137"
  46. }
  47. }
  48. Eliks utters the
Advertisement
Add Comment
Please, Sign In to add comment