User Tools

Site Tools


prpl:print

This is an old revision of the document!


<- PRPL reference <- Everything Else 2

PRINT

ArgumentsResultNotation
any one item none [ x1 - ]

Description

Takes one item from the stack and writes it on a new line in a file called PRPL.txt in Particle Fleet's root content folder, preceded by the unit's coordinates and the script that called this function. Note that this file is truncated (cleared) each time a map is loaded.

Examples

# Assume this core is at map coordinates (100, 50). Assume this script is named "Hello.prpl"
"Hello World!" print
# Each time this line is invoked, a new line appears in PRPL.txt:
# [100,50] Hello.prpl: Hello World!
	DebugText.PrintMessage(this,GetStringFromStack()); 
 
prpl/print.1508877809.txt.gz · Last modified: 2025/02/14 14:56 (external edit)