#CLASS {Buttons|bandages} #ALIAS ccount {#VAR bandages 0;lec} #VAR bandages {11} #TRIGGER {^The strip of cloth} {#ADD bandages 1} #TRIGGER {^You apply the bandage} {#ADD bandages -1} #TRIGGER {^You attempt to apply a bandage} {#ADD bandages -1} #TRIGGER {^You tear * into %1 strips of cloth.} {#IF (%1=two) {#ADD bandages 2};#IF (%1=three) {#ADD bandages 3};#IF (%1=four) {#ADD bandages 4};#IF (%1=five) {#ADD bandages 5};#IF (%1=six) {#ADD bandages 6};#IF (%1=seven) {#ADD bandages 7};#IF (%1=eight) {#ADD bandages 8};#IF (%1=nine) {#ADD bandages 9};#IF (%1=ten) {#ADD bandages 10};#IF (%1=eleven) {#ADD bandages 11};#IF (%1=twelve) {#ADD bandages 12};#IF (%1=thirteen) {#ADD bandages 13};#IF (%1=fourteen) {#ADD bandages 14};#IF (%1=fifteen) {#ADD bandages 15}} #BUTTON 48 {Bandages: @bandages} {} {} {} {@bandages} {} {} {} {} {} {Pos} {1} {364} {32768} {} {Gauge||14|15|5|7} {} "" {Explore|Inset} {} {} #CLASS 0