Advertisement
Guest User

Untitled

a guest
Jul 5th, 2013
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.98 KB | None | 0 0
  1. Run-time error
  2. World: Achaea
  3. Immediate execution
  4. error loading module 'classes.Magi' from file 'C:\Users\Christopher\Documents\Christopher's stuff\Achaean stuff\\system\classes\Magi.lua':
  5. ...her\Documents\Christopher's stuff\Achaean stuff\\system\classes\Magi.lua:40: '}' expected (to close '{' at line 38) near 'bal_free'
  6. stack traceback:
  7. [C]: ?
  8. [C]: in function 'require'
  9. [string "Script file"]:63: in main chunk
  10.  
  11.  
  12.  
  13.  
  14.  
  15. -- Magi.lua
  16. if DISPLAY_LOADING then
  17. ColourTell("dimgray", "black", "Loading:", "cyan", "black", " Classes.Magi", "dimgray", "black", "..........")
  18. end
  19. Magi =
  20. {
  21. name = "Magi",
  22.  
  23. defences = {
  24. [1] = { name = "simultaneity",
  25. activate = "simultaneity",
  26. bal_free = false,
  27. },
  28. [2] = { name = "stoneskin",
  29. activate = "cast stoneskin",
  30. bal_free = false,
  31. },
  32. [3] = { name = "waterweird",
  33. activate = "cast waterweird at me",
  34. bal_free = false,
  35. },
  36. [4] = { name = "chargeshield",
  37. activate = "cast chargeshield at me",
  38. bal_free = false,
  39. },
  40. [5] = { name = "diamondskin",
  41. activate = "cast diamondskin",
  42. bal_free = false,
  43. },
  44. [6] = { name = "efreeti",
  45. activate = "cast efreeti at me",
  46. bal_free = false,
  47. },
  48. [7] = { name = "fortification",
  49. activate = "fortify all",
  50. bal_free = false,
  51. },
  52. [8] = { name = "reflection",
  53. activate = "cast reflection at me"
  54. bal_free = false,
  55. },
  56. [9] = { name = "binding",
  57. activate = "bind all"
  58. bal_free = false,
  59. },
  60. }
  61.  
  62. if DISPLAY_LOADING then
  63. ColourNote("lime", "black", "Complete")
  64. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement