Posted by Martin 62.4.150.129 using Mozilla/4.6 [en] (WinNT; I) on April 10, 2000 at 14:47:31:
In Reply to: question posted by eddy on April 10, 2000 at 14:40:54:
:Oh yahhh... How would I make a prg ativate a item, insted of just asigning a key to it
This item runs a multitask programm:
:top
#If(act!=1)
{
*put here the item actions
}
*i don't know if this is useful...
#If(act!=0)
{
#Branch(:top)
}
And you can activate this item with this command:
#act!=1
-Martin