Events Mini Messages - KageDesu/Alpha-ABS GitHub Wiki
⚠️ Available since Build 1086
⚠️ Only for Alpha ABS Pro!
For show mini message above Event (or ABS Event) use Script Calls:
uAPI.showMiniText(eventId, "text", colorIndex)
this.showMiniText("text", colorIndex)
Example:
uAPI.showMiniText(32, "Hello World", 2)
this.showMiniText("For current Event", 0)
For player, use 0 instead eventId
, example:
uAPI.showMiniText(0, "For Player", 5)
For show mini message above Party member use Script Calls:
uAPI.showMiniTextParty(actorId, "text", colorIndex)
Use 0 instead actorId for show message above random party member
Shows message only if Actor with actorId in party
⚠️ Maximum text length = 20 characters