Recent content by kpro

  1. K

    Solved: A methold to trigger RAT events from xml

    If any one is interested, with lots of help from the folks in Guppy's discord, I figured out how to trigger RAT events through xml e.g. as a test case I created a new candy in the items.xml that teleports the player back to base when it is eaten. It is implemented in xml as a triggered effect...
  2. K

    Connecting to console

    I have to manually connect to the console every time that I start the server with RAT. Is there anyway for RAT to connect automatically?
  3. K

    Communication between in-game item and RAT

    I'd like to be able to create an in-game item such that if you interact with it it sends a message that RAT can use as as a trigger for an event. An example would be a teleport block that when you interact with it creates a player accessible teleport location. Does anyone know of any way to...
  4. K

    Questions concerning event script syntax

    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...