| 
				 Re: Mytheology Pretenders 3 
 I was asked to look at this internally to fix a problem. They wanted the Revelation spell deleted because it was causing problems. 
 Im not much of a modder but in looking at it I did notice something. In two lines of that spell a command was remarked out in a way which has been reported as causing problems.
 #command
 should be commented out by changing it to
 --command
 not by making it
 --#command
 since apparently the parser will still see the # and treat that as a command.
 Im not sure if thats the problem. Maybe I will get around to kindof testing it abit.
 |