mob
proc
alignupdated()
if(usr.pkpoints >= 23)
usr.side = "Evil"
else
usr.side = "Good"
if(usr.battlemode)
sleep(600)
usr.battlemode = 0
else
sleep(1200)
usr.pkpoints -= 1
spawn(2)
if(usr) alignupdated(usr)
My problem is that, it doesnt change the side, unless I re-log into game and load my character, cuz then it re-run the proc... anyone know wtf is going on?