-
Notifications
You must be signed in to change notification settings - Fork 28
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.
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 |
- linebubble{id=MyBubble;m=replace;ol="Bad weather today";nl="Nice weather today"} ~onInteractThis 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"} ~onInteractThis 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"} ~onInteractThis this removes the line "Bad weather today". There is no new line needed for method remove.
This Wiki is made by muhahahahe | It could contain mistakes, misspelling, and grammar issues