>1. How do you disable and enable a certain handler in the card
>script?

on myHandlerName
   GLOBAL gMayRun
   if gMayRun = false then
     pass myHandlerName -- or exit, if this isn't a message Revolution 
knows "by heart"
   end if
   -- do your handler's stuff here
end myHandlerName
-- 
Cheers,
M. Uli Kusterer
------------------------------------------------------------
        "The Witnesses of TeachText are everywhere..."
               http://www.weblayout.com/witness

Reply via email to