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

%100
+0

[@main]
#IF
checkpkpoint 2

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

#ELSESAY
Hi, My name is {FCOLOR/10}<$NPCNAME>{FCOLOR/12}, how can I help you?\
<[ Store ]/@storage> Items\
<[ Retrieve ]/@PreGetback> Items\
<[ Manage Password ]/@StgPassword>\\
<[ Pot & Store ]/@CALLPotStore>\\
<[ Exit ]/@exit>\\

[@CALLPotStore]
#CALL [System\ItemCreation\PotStore.txt] @PotStoreMain

[@StgPassword]
#CALL [System\InnerPassword.txt] @Manage_PassWord

[@PreGetback]
#CALL [System\InnerPassword.txt] @Input_PassWord

[@storage]
#SAY
What would you like to Store?\
<[ Back ]/@main>\

[@getback]
#SAY
Please take all you need\
<[ Back ]/@main>\

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