I am super excited to use event scripts. However, I could use some help understanding the syntax of the below RAT script for "/at" (adding a teleport). Can someone explain the syntax of the script? I'm pretty good with programming languages if I have a reference for the syntax but I'm at a loss here.
.ADDTELEPORT = Built-in RAT command
rivate = ?
[AE00FF] = ?
Destination Added, Name =?
: = ?
{tele_dest_name} = built-in RAT variable?
, = ?
Location: = ?
{tele_dest_loc) = built-in RAT variable?
|| = ? this is means a logical OR in some languages
RAT Script: ".ADDTELEPORT
RIVATE:[AE00FF]Destination Added, Name : {tele_dest_name}, Location: {tele_dest_loc}||[AE00FF]You are at the maxium of {tele_dest_max} teleport destinations. Either remove, or overwrite an existing destination."
.ADDTELEPORT = Built-in RAT command

[AE00FF] = ?
Destination Added, Name =?
: = ?
{tele_dest_name} = built-in RAT variable?
, = ?
Location: = ?
{tele_dest_loc) = built-in RAT variable?
|| = ? this is means a logical OR in some languages
RAT Script: ".ADDTELEPORT
