/T6-message-start

Simple script to display custom messages in Call of Duty: Black Ops 2 Zombies (Plutonium).

Primary LanguageGSC

T6 Message Start Script

Simple script to display custom messages in Call of Duty: Black Ops 2 Zombies (Plutonium).

Features

  • Displays customizable message when a match starts
  • Easy configuration by editing just 2 lines
  • Adjustable display delay

Installation

  1. Place T6_message_start.gsc in:
C:\Users%username%\AppData\Local\Plutonium\storage\t6\scripts

Customization

Edit these specific lines in the script:

  1. Display Delay (Line 26):
// CHANGE HERE FOR DELAY OF THE MESSAGE WHEN START
wait 10;
  1. Message Text (Line 29):
// TEXT MESSAGE (for color check readme.md)
player iprintln("^3Cooking session offered by ^1twitch.tv/cmoiflo");

Color Codes

list color

Code Color
^0 Black
^1 Red
^2 Green
^3 Yellow
^4 Blue
^5 Cyan
^6 Pink
^7 White
^8 Gray
^9 Light Blue

Example:

level.message_text = "^1Hello ^3World!";

Notes

  • No programming knowledge needed - just edit the 2 lines mentioned