event quest error

04/14/2013 16:25 MrLibya#1
Hallo All

Can You Fix This error

PHP Code:
quest panel_system begin
    state start begin
        when 20041.chat
." ضوء القمر " with pc.is_gm() begin
        
if game.get_event_flag"ayisigi_drop" then
        say_title
(" ضوء القمر ")
        
say(" مرحبا بك ايها المراقب العام ")
        
say(" ان مسابقة ضوء القمر غيرم فعله الان ")
        
say(" هل تريد بدء المسابقه الان ")
        
local s select(" بدء المسابقه "" خروج ")
            if 
== 1 then
            say_title
(" ضوء القمر ")
            
say(" تم تفعيل المسابقه بنجاح حظا موفقا ")
            
game set_event_flag "ayisigi_drop" )
            
notice_all(" مسابقة صناديق ضوء القمر بدات الان. ")
            else
            return
            
when 20041.chat." ضوء القمر " with pc.is_gm() and game.get_event_flag"ayisigi_drop" begin
        say_title
(" ضوء القمر ")
        
say(" مرحبا بك ايها المراقب العام ")
        
say(" ان مسابقة ضوء القمر مفعله الان ")
        
say(" هل تريد انهائها ")
        
local s select(" انهاء المسابقه "" خروج ")
            if 
== 1 then
            say_title
(" ضوء القمر ")
            
say(" تم انهاء المسابقه بنجاح ")
            
game set_event_flag "ayisigi_drop" )
            
notice_all(" لقد انتهت مسابقة ضوء القمر. ")
            else
                return
        
end
    end
end 
and thx:D