(11-26-2013, 11:49 AM)erleo Wrote:Code:500 {SD/Frigo} monsterCount:=2 shootID:=3155 monsterNAME:=xxxx Creatures.ByName(!monsterNAME!)>=!monsterCount! target:=Creature.Attacking() Creature.ShootOn(!target!, !shootID!)
don't attack when have 2 or more monsters'u.u
have this [code]500 {SD/Frigo} monsterCount:=2 shootID:=3155 monsterNAME:=Wyrm Creatures.ByName(!monsterNAME!)>=!monsterCount! target:=Creature.Attacking() Creature.ShootOn(!target!, !shootID!) [code]