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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

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