;;Ҫɾ

[@Main]
#IF
IsAdmin
#ACT
GoTo @Admin
#ELSEACT
GoTo @Normal

[@Normal]
#IF
CheckHum E002B 1
#ACT
AddNameList PVPWinner.TXT
MapMove 0 164 234
LoadValue A7 [Convert_Def\QuestDiary\EventSystem\PVP\Test1.txt] [Convert] [Msg7]
EventMsg Grobal %A7 10025
#SAY
You are the winner for the wizards...\\
<Leave/@EXIT>
#ELSESAY
There is other people here...\\
<Leave/@EXIT>

[@Admin]
#SAY
<Announce Wizard Event/@Announce>\
<Close Wizard Entrance/@Close>\
<Check Players In Map/@CheckPlayers>\
<Change Area To Safe/@Safe>\
<Change Area To Fight/@Fight>\

[@Fight]
#ACT
LoadValue A7 [Convert_Def\QuestDiary\EventSystem\PVP\Test1.txt] [Convert] [Msg12]
EventMsg Grobal %A7 10025
ResetMapAttr "E002B"
SetEventMap "E002B"
ChangeMapAttr "E002B" "NOCHAT"

[@Safe]
#ACT
ResetMapAttr "E002B"
SetEventMap "E002B"
ChangeMapAttr "E002B" "NOCHAT"
ChangeMapAttr "E002B" "SAFE"

[@CLOSE]
#ACT
LoadValue A7 [Convert_Def\QuestDiary\EventSystem\PVP\Test1.txt] [Convert] [Msg6]
EventMsg Grobal %A7 10025

[@Announce]
#ACT
LoadValue A7 [Convert_Def\QuestDiary\EventSystem\PVP\Test1.txt] [Convert] [Msg4]
EventMsg Grobal %A7 10025
Delaygoto [Grobal] 30 @Announce1

[@Announce1]
#ACT
LoadValue A7 [Convert_Def\QuestDiary\EventSystem\PVP\Test1.txt] [Convert] [Msg5]
EventMsg Grobal %A7 10025

[@CheckPlayers]
#IF
CheckHum E002B 10
#SAY
10 Players
#ACT
BREAK

#IF
CheckHum E002B 9
#SAY
9 Players
#ACT
BREAK

#IF
CheckHum E002B 8
#SAY
8 Players
#ACT
BREAK

#IF
CheckHum E002B 7
#SAY
7 Players
#ACT
BREAK

#IF
CheckHum E002B 6
#SAY
6 Players
#ACT
BREAK

#IF
CheckHum E002B 5
#SAY
5 Players
#ACT
BREAK

#IF
CheckHum E002B 4
#SAY
4 Players
#ACT
BREAK

#IF
CheckHum E002B 3
#SAY
3 Players
#ACT
BREAK

#IF
CheckHum E002B 2
#SAY
2 Players
#ACT
BREAK

#IF
CheckHum E002B 1
#SAY
1 Player
#ACT
BREAK

;;Ҫɾ