Project

General

Profile

Agent (Data Type)

Description

This Data Type includes all of the data available to ISXEVE that is specific to agents.

Members

  • int ID
  • string Name
  • int TypeID
  • string Division
  • int DivisionID
  • int Level
  • int CorporationID
  • int FactionID
  • float StandingTo
    • Your personal standing to the agent)
  • interstellar Solarsystem
  • string Station
  • int StationID
  • int Index
    • The index of where the agent is in the list of agents in the game -- used for ${Agent[#]} )

''' Dialog ''' -- These only work if you have a conversation with the agent. You must retrieve Dialog Responses again after each dialog response or similar action that changes the responses.

Methods

  • StartConversation
  • GetDialogResponses

Notes

Examples