ID:163797
 
well im trying to make something that if ur at a specific level u gain a rank like if u were a "starter" and u get to a "intermediat" at lvl 100. i tried doing it here what i got



mob
proc
upgrade() //the ranks so far are starter and that one
if (usr.Level=100)
usr.Rank="Intermediate"







my error is this

log training.dm:42:error: missing condition


that error is on the if (usr.Level=100) line

try to help me thanks everyone

In response to RedlineM203
ok thanks