• ✨ 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

In-Game Script Library becomes less detailed...

J

jianmingyong

Guest
Title says all.

The new In-Game Script Library ( @help ) becomes less detailed in compared to the older versions. I know how to use it but... how if... there are new players who wants to try out something new and can't get enough info?

For example:
@help(storage.set) => @storage.set(str type,str name,str value) Creates or overwrites a storage with the given name and type.
The older version do state that it accepts "pokemon", "item", "string", "integer", "boolean", "single", "str", "int", "bool", "sng"

@help(register.register) => (2/2) @register.register(str name,str type,str value) Registers a new register with the given name, type and value.
The older version do state that it accepts "str", "int", "sng", "bool"

Missing Commands:
@help(text.color) => Return nothing. Though it is added in v0.53.
 
Top