πRagnaScript Overview
Build custom Discord integrations with RagnaScript
What You Can Build
Syntax
ragnascript("[action: action_name][field: value][field2: value2]...");Quick Example
// Send a message when a player completes a quest
ragnascript("[action: npc_message][channel: YOUR_CHANNEL_ID][npc_name: Quest Master][message: " + strcharinfo(0) + " completed the Dragon Slayer quest!][account_id: " + getcharid(3) + "][char_id: " + getcharid(0) + "]");Available Actions
Action
Use For
Required Fields
Field
Description
Last updated