Skip to content

Mechanics: lineBubble

muhahahahe edited this page Jan 10, 2018 · 3 revisions

Use this mechanic to add, change, or remove a line of an existing speechbubble.

Attributes

Attribute Aliases Description Default
id id of the existing speechbubble caster UUID
mode m how you want to affect a line
append, replace, remove
replace
oldline ol text of the line to change
newline nl new text for the line to replace or the new line

Example

- linebubble{id=MyBubble;m=replace;ol="Bad weather today";nl="Nice weather today"} ~onInteract
This changes the line "Bad weather today" with the new line "Nice weather today" in the speechbubble "MyBubble" at the caster.

- linebubble{id=MyBubble;m=append;nl="Nice weather today"} ~onInteract
This creates a new line at the bottom. There is no old line needed for method append.

- linebubble{id=MyBubble;m=remove;ol="Bad weather today"} ~onInteract
This this removes the line "Bad weather today". There is no new line needed for method remove.
Clone this wiki locally