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.
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: