item script OneUP{ void run(int lives){ Game->Counter[CR_LIVES] += lives; Game->MCounter[16] += lives; } }