Author Topic: How to make the Prizes Disapear (when busted out)  (Read 678 times)

begodon

  • Newbie
  • *
  • Posts: 21
    • View Profile
How to make the Prizes Disapear (when busted out)
« on: June 18, 2018, 05:37:25 PM »
I'm using this code in my prizes token:

<marquee width=1700 height=35 direction=left behavior="alternate" scrollamount=7><br><prizes orient="horizontal" max="20" ></marquee>

is there a way to make each prize disapear after the player that won it is busted?

Tks

Corey Cooper

  • Administrator
  • Hero Member
  • *****
  • Posts: 6216
    • View Profile
Re: How to make the Prizes Disapear (when busted out)
« Reply #1 on: June 18, 2018, 10:15:41 PM »
Yes.  Use the "omitAwarded" attribute.

<prizes orient="horizontal" max="20" omitAwarded="true">