Jump to content
  • 0
Sign in to follow this  
ToiletMaster

atcommand storage issue

Question

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.

Edited by ToiletMaster

Share this post


Link to post
Share on other sites

2 answers to this question

Recommended Posts

  • 0

 

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.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.