Is it possible to add statuses to modules with scripts


Derprito32Bit
 Share

Recommended Posts

On 10/28/2022 at 2:15 AM, Derprito32Bit said:

Is it possible with the current scripting api to do something like: CustomAura [WatchCat]

You have to make a custom array list if you want that.

e.g if module_manager.is_module_on('CustomAura') and module_manager.option('CustomAura', 'Watchcat') then

render.string('CustomAura [WatchCat]', xpos, ypos, r, g, b, a) 

Share this post


Link to post
Share on other sites

  • 3 weeks later...
On 10/29/2022 at 4:30 PM, emailisgay said:

You have to make a custom array list if you want that.

e.g if module_manager.is_module_on('CustomAura') and module_manager.option('CustomAura', 'Watchcat') then

render.string('CustomAura [WatchCat]', xpos, ypos, r, g, b, a) 

no thats retarded

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
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  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.

 Share