;;Ҫɾ

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

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

[@Admin]
#SAY
<Announce Taoist Event/@Announce>\
<Close Taoist 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 "E002C"
SetEventMap "E002C"
ChangeMapAttr "E002C" "NOCHAT"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

;;Ҫɾ