How could i make something like this to cast 2 spells ?
this has all kinds of errors but trying to explain here
Code:
public void fingers(string bla bla)
{
SpellManager.Cast("frostbolt");
Thread.Sleep("1250") //Sleep to cast Ice Lance at correct window
SpellManager.Cast("Ice Lance");
}
this has all kinds of errors but trying to explain here
