ID:176840
 
The error says missing expression...here's the code:
if(src.level=15)
src.level++
src.maxexperience+=1139
src<<"You gained are now level [src.level]!"
src.Statup2()
if(src.level==15)

you need the extra == to express it in a if command
In response to Shy_guy197
thanks
In response to Koolguy900095
your welcome