 
 ive attatched the file, could u tell me wats wrong?
it wouldnt work in .lua, so i pasted it into a word document. i havent changed any of the other scripts yet, so i think thats the problem
Moderator: Moderator
 
 I don't see the attachment. Only certain extensions are allowed to be attached, so maybe you need to rename it? Also, I suggest hanging out on the IRC channel (#tome on irc.rizon.net) for more immediate help. Cheers!joni wrote:I created a rogue mage class, but after i put it in, ToME wont work.
ive attatched the file, could u tell me wats wrong?
<DarkGod> lets say it's intended
Code: Select all
Lua Error: /engine/Birther.lua:46: /engine/utils.lua:1004: /data/birth/classes/mage.lua:34: '}' expected (to close '{' at line 29) near 'Mage'
	At [C]:-1 
	At [C]:-1 error
	At /engine/Birther.lua:46 loadDefinition
	At /mod/load.lua:260 
	At [C]:-1 require
	At /engine/Module.lua:158 load
	At /engine/Module.lua:541 instanciate
	At /engine/utils.lua:1214 showMainMenu
	At /engine/init.lua:123 
	At [C]:-1 dofile
	At /loader/init.lua:170 
Code: Select all
		subclass =
		{
			__ALL__ = "disallow",
			Alchemist = "allow",
			Archmage = "allow",
			Necromancer = "allow",
			Outcast Mage = "allow"
		},