Missed IF statement?

pierate

New member
I'm trying to write a script to adventure in the ballroom and use any dance cards it finds, except it doesn't use the dance cards.

Can anyone tell me why this doesn't catch that I have the cards and use them?
 

Attachments

  • Dance_In_Ballroom.ash
    187 bytes · Views: 66

macman104

Member
It doesn't use the dance cards at all? Right now, I see that it won't use dance cards unless it has more than one. I think you want to say if item_amount($item[dance card]) > 0
 
Top