Skip to content

Links In Messages

Pheonix KageDesu edited this page Aug 28, 2020 · 4 revisions

⚠️ Available since Build 1194
⚠️ Only for Alpha ABS Pro!

This feature allows you add to some words addition information. Very helpful in creating game quests.

How create new Linked Message

Open file 📁 data\AABS\ EventsHints.json with any text editor

Copy and paste new block, set unique ID and change parameters what you want

Parameters list you can find here

Download default EventHints.json

How set created information to any word in messages

Use pair escape-code \TM \TM[ID]WORD\TM

ID - it's information ID from EventsHints.json
WORD - it's word you want show this extra information when hovered

Example

Can you bring me \C[1]\TM[linkExample][Magic Shard]\TM\C[0]?
\TM[slime]Slime\TM is very dangerous monster

Clone this wiki locally