Hi all, the easiest way for me to trigger the shadow Bug, is to change the scope of the variable from global to local in a card script: global tBoo on openCard put "moo" into tBoo end openCard hit apply, change script to on openCard local tBoo put "moo" into tBoo end openCard hit apply. Cheers, Malte