mob
proc
AdminCheck()
var/Admins = file2text("Admins.txt")
if (findtext(Admins,"[usr.ckey]")
usr << "You are a [num] lvl GM.(TESTIN)"
usr.verbs+=typesof(/client/Admin/verb)
usr.verbs+=typesof(/client/GM/verb)
usr.verbs+=typesof(/client/Azziki/verb)
usr.client.GM_Pref = "Warp"
OK, This scans Admins.txt file and retrives Admins just fine, How would I make it where it looks For [usr.ckey] - [num] and makes gm_level = num?