Skip to content

Action SIGN_SET_LINE

fromgate edited this page May 6, 2017 · 2 revisions

Modify text on existing sign (set new text or clear defined lines)

SIGN_SET_LINE loc:<location> [newText] [clearLine]

Parameter Parameter value Description
<location> <Location> Sign location
[newText] [line1:<Text>] [line2:<Text>] [line3:<Text>] [line4:<Text>] New text for defined lines
Example:
SIGN_SET_LINE loc:world,100,100,100 line1:Hello line2:fromgate
[clearLine] clear:<lineNumber> [,<lineNumber>]... Line to clear (text will removed)
Example:
SIGN_SET_LINE loc:world,100,100,100 clear:1,2
Clone this wiki locally