#include <quest.c>
//////////////////

function game_question()
{

randomize();
numRandom= int(random(20));

if(numRandom==0)
{
one_txt.visible=on;
one.visible=on;
}
}
action question
{

my.enable_click = on;
my.event = game_question;
}

I try this code. but it contains error which is "syntax error", help me to fix this bug.. plzzzzzzzzzzz....