1
2
3
4
5
6
7
8
9
10
11
12
2
3
4
5
6
7
8
9
10
11
12
if txt:sub(1,6)=="!strip" then 		if pl[id].lvl >= 5 then 			t = tonumber(txt:sub(8,9)) 			if not player(t,"exists") then error(id,txt,2) return 1 end 			msg(color[2]..""..pl[id].name..""..color[1].." stripped "..color[2]..""..pl[t].name) 			parse("strip "..t) 			return 1 		else 			error(id,txt,1) 			return 1 		end 	end