OnPCLoadMapEvent: deltimer strcharinfo(0)+"::OnEvent"; Loop: if(!agitcheck() && !agitcheck2()) end; if(#TimeWoe > 180) end; for(.@i = 0; .@i < getarraysize(.maps$); .@i++){ if(strcharinfo(3) == .maps$[.@i]){ dispbottom "Your Points: " + #TimeWoe; addtimer (1 * 10 * 1000), strnpcinfo(0)+"::OnEvent"; } } end; OnEvent: set #TimeWoe, #TimeWoe + 1; goto Loop; end; }