I found 2 event working for trade
ontradestarted
ontradedone
The problem is that i cannot find an event for trade canceled, i find only a method called CancelTrade.
I need to set a boolean for check player is trading or no like this:
public void START(Creature Obj)
{
istrading = true;
}
public void FINISH(Creature Obj)
{
istrading = false;
}
the event finish are for completed correctly trade, if some1 cancel the event FINISH does not start ..
some1 can help me ?ty
ontradestarted
ontradedone
The problem is that i cannot find an event for trade canceled, i find only a method called CancelTrade.
I need to set a boolean for check player is trading or no like this:
public void START(Creature Obj)
{
istrading = true;
}
public void FINISH(Creature Obj)
{
istrading = false;
}
the event finish are for completed correctly trade, if some1 cancel the event FINISH does not start ..
some1 can help me ?ty