Plazma Burst 2 Map Editor Manual
Map Editor Manual v.5.7.0
Map Editor Manual v.5.7.0
  • Map Editor Manual v.5.7.0
  • Changelogs
  • Credits / Special thanks
  • Plazma Burst 2 Official Website
  • Laserguide's Map mapping Tools
  • [Old version] pdf takeaway edition
  • ALE Improvements
  • πŸ—ΊοΈThe Surface of the level editor
    • Old level editor
    • New level editor
    • Map Edit Page
  • πŸ› οΈThe tools
    • Free Edit tool
      • The Shortcuts
    • Add Wall
    • Add Movable
    • Add Region
    • Add Background
    • Add Pushing area
    • Add Water
    • Add Player
    • Add Actor (enemy)
    • Add Vehicle
    • Add Decoration
    • Add Weapon
    • Add Lamp
    • Add Barrel
    • Add Trigger
    • Add Timer
    • Add Engine Mark
    • Scale Selection Tool
    • Add Song
  • πŸͺ‘Tables of Level Editor
    • Character Data Table
    • Character Skin Color Table
    • Trigger Action Table
      • Movable
        • Basic Movable Tutorial
      • Region
      • Vehicle
      • Character
      • Gravity
      • Scenario
        • Tutorial 9 & 50
      • Gun
      • Barrel
      • Trigger
      • Timer
      • Decoration
        • Blending Mode
      • Gravitator area field
      • Gameplay
      • Sound
      • Interface
      • Light
      • Trigger execution
      • Var
        • Inventory Info Tutorial
        • Synchronization of variables
        • Key binding in multiplayer
      • Session vars
      • URL
        • URL Request Tutorial
      • AI
      • Environment
      • Text-to-speech
      • Map preview
      • Experience
      • Array
        • What is array?
        • Matrix Coloring System
      • Graphics
      • Water
      • Miscellaneous
    • Engine Mark Table
      • Sky Code Table
    • Sound Library Table
    • Newer Weaponry Data
      • Weaponry Data
    • Projectiles Model Table
    • Text-to-speech Voice Table
    • Application Table
  • πŸ›tables of debug
    • Cheat Codes
    • Error Codes Identification
  • πŸ”«Secret Weaponry
    • Campaign Maps
    • Alternate method to add Water UID
    • "Fake" Collision
    • Secret Theme "4"
    • More Accurate Snipping
      • History of contributions.
    • Custom Image in Theme Purple/Green
    • Check map
    • Phsc's image import to map source
    • XML Output in Map Editor
    • createColorMatrix Script
  • β˜‘οΈApproval-Military
    • Map Approval Requirements
    • Custom Decoration Guidelines
  • πŸ§˜β€β™€οΈInspirational
    • Trivia
    • Resi Map making inspiration
    • Max Teabag Map making inspiration
    • Reject Map making basics
    • Illijah's Map making experience
  • Placeholder
Powered by GitBook
On this page

Was this helpful?

  1. Tables of Level Editor
  2. Trigger Action Table

Interface

Every trigger action related to interfaces.

PreviousSoundNextLight

Last updated 1 year ago

Was this helpful?

Last updated: 2024/1/9

Here is the list of tables which are related to interface category:

ID
Display Name
Explanations
Parameter A
Parameter B

42

Show text 'A' in chat with color 'B'

Show text 'A' in chat with color 'B' defined in #XXXXXX format, or refer defined values table.

String

Selector / Hex

43

Show hint with text 'A'. Leave 'A' as empty to force hint disappear

Show hint with text 'A'. If 'A' = NULL, hint will disappear.

String (Nullable)

-

190

Enable multiplayer frag/death messages

If someone dies, it will announce to all players.

-

-

191

Disable multiplayer frag/death messages

Same as 191, but won't announce someone's death.

-

-

328

Set interface visibility multiplier to value of variable 'A' and cursor visibility multiplier to value of variable 'B'

Same as 329, but controlled by variables.

Var (0~100)%

Var (0~100)%

329

Set interface visibility multiplier to value 'A' and cursor visibility multiplier to value 'B'

The interface visibility is controlled by value 'A', and the cursor visibility is controlled by value 'B'.

Float (0~100)%

Float (0~100)%

337

Prevent alive players from seeing chat from dead players

alive players can't see what dead players typed. Useful for prevent whistleblowing.

-

-

338

Let alive players see chat from dead players

same as 338 but reverted.

-

-

339

Disable leader board details (such as alive state, score, team)

-

-

340

Enable leader board details (such as alive state, score, team)

Same as 339 but reverted.

-

-

πŸͺ‘