;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

[@main]
#IF
checkPkPoint 2

#SAY
#INCLUDE [..\Market_Def\00BuySell_Std.txt] @Convert_BuySellStd_PK

#ELSESAY
Hi, My name is {FCOLOR/10}<$NPCNAME>{FCOLOR/12}\
I am your local Lottery Vendor\
<[ Lottery Information ]/@ViewLotto>\
<[ Exit ]/@exit>\

[@_StartUp]
#ACT
goto @LottoSystem_Main

[@ViewLotto]
#CALL [System\LottoSystem\LottoNPC.txt] @LottoSystem_NPC

[@LottoSystem_Main]
#CALL [System\LottoSystem\LottoTimeSetting.txt] @LottoSystem

[@SayHello]
#ACT
Speak "Hello Venom :P"
Break

[@SayGoodBye]
#ACT
Speak "Cya Venom :)"
Break

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;