atcommand storage issue

ToiletMaster

New member
Messages
146
Points
0
Hi guys,

I'm making a simple script but everytime I click on the npc, it shows @Storage Failed. However normally typing @storage works.

Here's the script

splendide,202,133,4  script  Storage#TreasureBox  1940,{    atcommand "@storage";    end;        }

initially I thought that my script was the one giving problems,

then i tried this and it worked.

splendide,202,133,4  script  Storage#TreasureBox  1940,{    atcommand "@die";    end;        }


I hope someone could advise what I'm doing here, thanks!

edit:

sorry, din't know there was a openstorage; command, but still, it is weird that I'm unable to use this method though.

 
Last edited by a moderator:
Here srcipt


openstorage; end;
yeah,

i did that already, thanks. but i noticed one more problem though, not sure whether is this related or not, upon using openstorage; i can't join any public channels,

after i talked to the storage npc,

type @join #main gives me this error message,

You Cannot Use this item while storage is open.

 
Back
Top