This is Axe's response rule for buying scepter. The same line is listed 4 times. It should be in there once.
Code:
Response axe_PurchaseIsUltimateScepter { scene "scenes/axe/axe_axe_purch_04.vcd" nodelay noscene speakonce scene "scenes/axe/axe_axe_purch_04.vcd" nodelay noscene speakonce scene "scenes/axe/axe_axe_purch_04.vcd" nodelay noscene speakonce scene "scenes/axe/axe_axe_purch_04.vcd" nodelay noscene speakonce } Rule axe_PurchaseIsUltimateScepter_Rule { criteria Purchase Isaxe IsUltimateScepter response axe_PurchaseIsUltimateScepter }