hello :|

is it possible to put 2 events in 1 action, cause i'm trying to do it but only the second action is executing.

Quote:
action bide()
{
my.event=emovisible();
wait(1);
my.event=show_panels;my.enable_scan=on;
}


"my.event=emovisible();" is not executing in game

any idea why ? tried to change wait(1) by wait(10) but it dont work