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

%100
+0

[@main]
#SAY
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>\

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