;;;;;;;;;;;;;;;;;;;;;;;;;
[@CALLStorageScrollEvent]
{
#IF
CheckItem StorageScroll 1
#ACT
Take StorageScroll 1
goto @StorageScrollEvent1
Break
#ELSEACT
Break

[@StorageScrollEvent1]
#SAY
What do you want to dO?\\
<[ Store ]/@StorageScrollStore>\
<[ Retrieve ]/@StorageScrollGetBack>\
<[ Exit ]/@exit>

[@StorageScrollStore]
#if
#act
hlscriptcmd storage

[@StorageScrollGetBack]
#if
#act
hlscriptcmd getback

}
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;