public

Rpg Maker Developers Group

Simple enough for a child, powerful enough for a developer

2 Followers

[VX Ace]Yami's ATB Lunatic CATB start question

BMM Archive · July 15, 2026

Preserved forum archive. This topic stores the original first post and locally mirrored RPG Maker Web attachments when available. It is posted by the BMMPlay archive account, not by the original creator.

Original Source

  • Original title: [VX Ace]Yami's ATB Lunatic CATB start question
  • Original author: S.Court
  • Original date: September 4, 2016
  • Source thread: https://forums.rpgmakerweb.com/threads/vx-ace-yamis-atb-lunatic-catb-start-question.67813/
  • Source forum path: Game Development Engines > Ruby Game System (RGSS) Scripts > RGSSx Script Support

Summary

Hello, I have a question I'm using Yami's Classic Actime Time battle script and an add-on called Lunatic CATB Start and I want to make a starting formula tag allows me to make the start rate is from 0 to X%, I tried to create a new method in the CATB Start script, but it doesn't work, can some help me to make what I want to do? The method I tried to create, based in this's script start battle tag is the next one #----------------------------------------------------------------------

Archived First Post

Hello, I have a question

I'm using Yami's Classic Actime Time battle script and an add-on called Lunatic CATB Start and I want to make a starting formula tag allows me to make the start rate is from 0 to X%, I tried to create a new method in the CATB Start script, but it doesn't work, can some help me to make what I want to do?


The method I tried to create, based in this's script start battle tag is the next one


#----------------------------------------------------------------------
# ATB Starter Formula No.1: RANDOM START BATTLE
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Set starting ATB to X percent.
#
# Formula notetag:
# <custom catb start: rand start battle x%>
#----------------------------------------------------------------------
when /RAND START BATTLE[ ](\d+)([%%])/i
@catb_value = MAX_CATB_VALUE * rand($1.to_i) / 100


However, it works exactly the same as Start battle one, can someone help me to change this one? Thank you

P.D: I tried to use the custom catb start string format, but I'm not sure how to make it work

Downloads / Referenced Files

Log in to download

Log in, then follow the RPG Maker Developers Group to see these download links.

Log in to download
Creator Claims / Removal

If you are the original creator and want this listing reassigned, edited, or removed, join BMMPlay and contact the moderators with proof that matches the original RPG Maker Web profile, linked GitHub, itch.io page, or another public creator identity.

#039#rpg-maker-archive#rgss-support

Replies (0)

No replies yet.

0 replies 1 view

Log in to reply.

User Avatar