And does this mean that, for instance, Char.Name might not contain fullname or Char.Vitals might not contain charstats in some other situation?
I mean I can always slap short_desc into a variable and reference the variable after the attack begins but it seems like it might be an oversight.. ?
according to the documentation:
IRE.Target.Info
- Used to send additional information about the current active server side target (contents of the
&tar
-variable). - The body is an object the following fields:
short_desc
: Contains the short description of the targethpperc
: Contains the current HP of the target as a percentageid
: The ID of the target.
- Example:
IRE.Target.Info {short_desc="a practice dummy",hpperc="100%",id="266744"}
Answers