Chat Commands

Chat Commands are shorthand ways to display various bits of dynamic info and variables. These can be used in many text locations in the various editors.

Common Commands

These commands work with little to no work from you.

NameDescriptionExample UseExample Output
\pnShows the players name that triggered event.Hello \pn!Hello Player!
\enWhows the name of the event that is activated.I'm \en...I’m Lord NPC…
\onlinecountShows the number of players that are online.There are \onlinecount players online!There are 52 players online!
\onlinelistLists all the players that are currently online.Users online: \onlinelist...Users online: JC, Panda, Richy, PyroTech03
\paramTakes the string after a /command/welcome kibbelzkibbelz
\hourDisplays the hour component of the in-game time (12 hour format).**\hour**:\minute:\second \period3:34:10 pm
\24hourDisplays the hour component of the in-game time (24 hour format).**\24hour**:\minute:\second \period15:34:10
\minuteDisplays the minute component of the in-game time.\hour:**\minute**:\second \period3:34:10 pm
\secondDisplays the second component of the in-game time.\hour:\minute:**\second** \period3:34:10 pm
\periodDisplays the period component of the in-game time.\hour:\minute:\second **\period**3:34:10 pm

Variable Commands

The following use variables that must be set in the Variable Editor. This allows you to call and display these variables in different ways.

Note: Replace ”#” with the variable ID set in the Variable Editor. Examles given below would require you to setup the variable to make them work.

NameDescriptionExample UseExample Output
\pv{#}Displays the value of a Player Variable.My guild name is \pv{guildname}!My guild name is Fluffy Bunnies!
\gv{#}Displays the value of a Global Variable.Total number of characters are \gv{charactercount}!Total number of characters are 864!
\uservar{#}Displays the value of a User Variable.Account VIP Status: \uservar{VIP}.Account VIP Status: Active.
\guildvar{#}Displays the value of a Guild Variable.Current guild rank: \guildvar{rank}.Current guild rank: 8.

Event Parameters

These are situation fields related to events.

  • \evtParams: Lists all avaliable parameters for an event.
  • \evtparam{#}: displays value of an event parameter. Replace the ”#” with the below paramaters.

The following is a list of the possible event paramaters and their usage.

NameDescriptionExample Output
evtNameDisplays the name of the Event.trap
evtMapDisplays the map of the event.Tutorial Island
evtXDisplays the ‘X’ coordinate of the event.12
evtYDisplays the ‘Y’ coordinate of the event.7
plyrNameDisplays the Player Name.jcsnider3
plyrMapDisplays the Player’s Map.Tutorial Island
plyrXDisplays the ‘X’ coordinate of the player.12
plyrYDisplays the ‘Y’ coordinate of the player.7
plyrZDisplays the ‘Z’ coordinate of the player.0
plyrSpriteDisplays the players current sprite.base.png
plyrFaceDisplays the players current face.base.png
plyrLvlDisplays the players level.15
plyrVit0Displays the players current vital 0 (default HP).455
plyrMaxVit0Displays the players max vital 0 (default HP).455
plyrVit1Displays the players current vital 1 (default MP).100
plyrMaxVit1Displays the players max vital 1 (default MP).100
plyrStat0Displays the players current Stat 0 value (default Attack).20
plyrStat1Displays the players current Stat 1 value (default Magic Power).20
plyrStat2Displays the players current Stat 2 value (default Defense).20
plyrStat3Displays the players current Stat 3 value (default Magic Resist).20
plyrStat4Displays the players current Stat 4 value (default Speed).20
killerDisplays the player that killed someone in PvP (must be used in PvP Death trigger).jcsnider3
victimDisplays the player that was killed in PvP (must be used in PvP Kill trigger).Richy