f;;Ҫɾ
[@Main]
#IF
CheckFame
#SAY
Welcome <$USERNAME> has {FCOLOR/1}'<$OUTPUT(P9)>'{FCOLOR/12} Fame Points.\
What can i do for you?\\
<Guilds/@Guild_Info>\
;<Add Element To An Accessory/@FameGoods>\
<Recive Main Quest Reward/@Main_Reward>\\
#ELSESAY
Welcome <$USERNAME>\
What can i do for you?\\
<Guilds/@Guild_Info>\
;<Add Element To An Accessory/@FameGoods>\
<Recive Main Quest Reward/@Main_Reward>\\
;----------------------------------------------------------------------------------------

[@FameGoods]
#CALL [Main\ItemAtom.txt] @FameGoods_Main

;----------------------------------------------------------------------------------------

[@Guild_Info]
#SAY

;----------------------------------------------------------------------------------------

[@Main_Reward]
#IF
Check [018] 1
#ACT
goto @Get_1stQuestReward
#ELSESAY
No rewards for you, sorry\\
<Leave/@Exit>

;-----------------------------------------------

[@Get_1stQuestReward]
#IF
checkNameList StartedQuest_2.txt
#SAY
No rewards for you, sorry\
#ELSEACT
goto @Get_1stQuestReward_2

;-----------------------------------------------

[@Get_1stQuestReward_2]
#IF
Checkfame
#ACT
inc P9 5
SetFame %P9
LoadValue A7 [QuestDiary\QuestSystem\MainQuest\RewardSystem.txt] [Convert] [Msg1]
SysMsg %A7

;-----------------------------------------------

#ACT
SET [209] 1
SET [019] 1
SET [020] 1
GiveExp %USERNAME 2500
Give Gold 20000
AddNameList StartedQuest_2.txt
CLOSE

;----------------------------------------------------------------------------------------

;;Ҫɾ