Getting Number of Jumps to a BookMark

markm1701

Active Member
Hey All i'm pretty new at the scripting

I'm trying to get the number of jumps to a BookMark
${Destination} contains the name of my bookmark

The only way i can seem to get working is this
${EVE.JumpsTo[${EVE.Station[${EVE.Bookmark[${Destination}].ItemID}].SolarSystem.ID}]}


When i use the

${EVE.Bookmark[${Destination}].JumpsTo}

I'm getting -1 all the time

any suggestions or am i doing it the best way
 

GliderPro

Active Member
I found this in the release notes. There is no other mention of this member so I'm not sure if Amadeus ever fixed it...

Code:
March 11, 2009
[ISXEVE-20090310.0044]
* Fixed the 'interstellar' datatype with the exception of the following MEMBERS (which will be re-added in the (near) future):
  - Region
  - Constellation
  - System
  - JumpsTo
 
Top Bottom