ID:150054
 
Ok . Now thsi is the code that gives me problems .


if(GMCheck() && (mob.GMCheck() || mob.AdminGMCheck() || <-------"missing expression"

)))(mob.MasterGMCheck())) hash = 1<----------"expected }"
Count your parens... your line should read:

if(GMCheck() && (mob.GMCheck() || mob.AdminGMCheck()))