• ✨ ARCHIVE MODE ✨
    The forum has now been set to read-only mode, no new posts, resources, replies etc will not be possible.
    We recommend you join our Discord server to get real-time response: Discord Invite Link

Fixed [Indev 0.49.1] <Storage.count()> Not Working

J

jianmingyong

Guest
Describe the bug you experienced here.

What I expected to happen:
The <Storage.count()> should return 1 if I add one into the game without closing the game yet.

What actually happened:
]Chat.vb: <Storage.count(int)>: 0
It return 0...

Steps to reproduce:
Code:
version=2
@Storage.set(int,test,0)
@Text.show(<Storage.count(int)>)
:end
* Your script library says this " Returns the amount of items in the storage for a specific type. Valid arguments for "type": pokemon,item,string,integer,boolean,single,str,int,bool,sng "
But apparently, short forms does not work.....
 
Last edited by a moderator:
Top