🌱
The Insurgent's Forge
  • Home
  • Getting Started
    • Setup
    • Resources
  • Overview
    • Configuration
      • Formulas
      • Functions
      • Classes
      • Helpers
      • Assemblies
      • Middlewares
      • Dependencies
      • Options
      • Errors
    • Improvements & Additions
    • Structures & Parameters
    • Formula Workflow
      • Combo
      • Counter
      • Area of Effect
      • Reserve Party Member
      • Reflect
      • Mist
      • Trap
      • Chain Benefit
      • Summon
      • Spawn
      • Gambit
    • Limitations
      • Animations
      • Status Effects & Augments
    • Notes
      • Flags
      • Loops
      • Function in a Function
    • Helpers
      • Add Augment
      • Add Status Effect
      • Apply Knockback
      • Get Active Party Member
      • Get Action Status Effects
      • Get Augment Duration
      • Get Battle Unit Keep
      • Get Battle Unit Keep By Focus
      • Get Battle Unit Work
      • Get Character Max Hp
      • Get Character Max Mp
      • Get Character Type
      • Get Elemental Affinities Match
      • Get Equipment Status Effects
      • Get Forced Poach Rarity
      • Get Forced Steal Rarity
      • Get Formula Proc Keep
      • Get Knockback Range
      • Get Location Mist Strength
      • Get Model Evade Types
      • Get One Hit Kill State
      • Get Random Number
      • Get Reflect Target
      • Get Remedy Status Effects
      • Get Status Effect Duration
      • Get Status Effect Tick Duration
      • Get Status Effects Match
      • Get Terrain Type
      • Get Weather
      • Is Interactable
      • Modify Content
      • Modify Gil
      • Modify Hp
      • Modify Mist Charges
      • Modify Mp
      • Modify Sky Pirates Den Stats
      • Refresh Stats
      • Remove Augment
      • Remove Status Effect
      • Set Level
      • Shift Elements
      • Show Combat Log
      • Show Number Text
      • Teleport Location
  • Support & Updates
    • Changelogs
      • Version 1.0.3
      • Version 1.0.2
      • Version 1.0.1
      • Version 1.0.0
    • Known Issues
    • FAQ
Powered by GitBook
On this page
  • Signature
  • Description
  • Arguments
  • Notes
  1. Overview
  2. Helpers

Show Number Text

Signature

showNumberText(characterAddress, number, type)

Description

Shows a number as text on a character.

Arguments

Character Address

The battle unit work address of a character.

Number

The number that will be shown as text.

Type

Controls the text's color and if amount is not 0, it also highlights a part of the battle UI for a small duration.

Type
Description

0

Show red text and highlight nothing.

1

Show red text and highlight gambit icon, hp value, and mist bars.

2

Show green text and highlight hp value.

3

Show green text and highlight mp value.

Notes

The text will only be shown if the character is within 24 meters of the player party leader.

If the character is a foe, but not an ally (e.g. Rabanastre Watch), a red text will be colored blue instead.

Only up to 5 texts can be shown on a character at a time. If the limit is exceeded, the new text replaces the oldest one based on the order they were shown. Their placement also slightly differs based on their order (mid -> top right -> bottom left -> top left -> bottom right).

PreviousShow Combat LogNextTeleport Location

Last updated 1 year ago