1
if mana > 0 then
if mana > 0 then
{ 		name = 'Totodile', health = 50, image = 'gfx/weiwen/pokemon/158.png', scalex = 1, scaley = 1, 		atk = 0.5, def = 1, spd = 4, atkspd = 4, x = 0, y = 0, ang = 0, imgang = 0, runat = 5, range = 5, 		spawnchance = {['rpg_mapb'] = {50}}, 		spawn = { 			['rpg_mapb'] = {SPAWNS.FULLMAP} 		}, 		exp = 10, money = 50, loot = {{chance = 5000, id = 1}}, spc = {1000, function(self) if self.health < 50 then 				radiusmsg("Totodile uses surf!", self.x, self.y) 				parse('explosion ' .. self.x .. ' ' .. self.y .. ' 96 40') 				parse('effect "colorsmoke" ' .. self.x .. ' ' .. self.y .. ' 100 96 030 144 255') 				parse('effect "colorsmoke" ' .. self.x .. ' ' .. self.y .. ' 75 64 255 255 255') 			end}, 	},
elseif command =='s' then local s = words:find(' ',4) local target = tonumber(words:sub(4,s)) if target then if player(target,'exists') then local speed = s and tonumber(words:sub(s+1,words:find(' ',s+1))) or nil if speed then
elseif command =='speedmod' then local s = words:find(' ',4) local target = tonumber(words:sub(4,s)) if target then if player(target,'exists') then local speed = s and tonumber(words:sub(s+1,words:find(' ',s+1))) or nil if speed then