I can't seem to get the bot to use gust slash as a combo with spinning edge with both magitek and kupo.
Magitek code:
	
		
Kupo code:
	
		
Is my code wrong?
				
			Magitek code:
		Code:
	
	Casting.Cast(r => "Gust Slash", r => Actionmanager.LastSpell.Name == "Spinning Edge", r => Core.Player.CurrentTarget, r => 3, r => false),
	Kupo code:
		Code:
	
	Spell.Cast("Gust Slash", r => Actionmanager.LastSpell.Name == "Spinning Edge"),
	Is my code wrong?






