Simple script to display custom messages in Call of Duty: Black Ops 2 Zombies (Plutonium).
- Displays customizable message when a match starts
- Easy configuration by editing just 2 lines
- Adjustable display delay
- Place
T6_message_start.gscin:
C:\Users%username%\AppData\Local\Plutonium\storage\t6\scripts
Edit these specific lines in the script:
- Display Delay (Line 26):
// CHANGE HERE FOR DELAY OF THE MESSAGE WHEN START
wait 10;- Message Text (Line 29):
// TEXT MESSAGE (for color check readme.md)
player iprintln("^3Cooking session offered by ^1twitch.tv/cmoiflo");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!";- No programming knowledge needed - just edit the 2 lines mentioned