debug_text limited to 9 varables ? "'xxxx'.[1,2,3,...9]"

The place to discuss scripting and game modifications for X Rebirth.

Moderators: Moderators for English X Forum, Scripting / Modding Moderators

Post Reply
Browser_ice
Posts: 485
Joined: Sun, 5. Feb 06, 17:15
x4

debug_text limited to 9 varables ? "'xxxx'.[1,2,3,...9]"

Post by Browser_ice » Tue, 3. Oct 17, 16:41

While looking at the log records I modified in the aiscripts, I noticed that I was seeing a '0' always at the same place. When I went to look at the code, that '0' was actually part of %10 where it was interpreted as %1+'0'.

This leads me to believe that we are limited to 9 values/variables in the [] list.

Is this right ?

What about in the 'xxxx' part before the [] ? I am trying to stay away as much as possible from that format.
Steam X-Superbox, XR, playing X4
WIndows-10
Intel I7-3770
16Gb Memory
Nvgidia GTX-1060

w.evans
Posts: 2963
Joined: Tue, 18. Nov 14, 16:23
x4

Re: debug_text limited to 9 varables ? "'xxxx'.[1,2,3,...9]"

Post by w.evans » Tue, 3. Oct 17, 22:27

Browser_ice wrote:This leads me to believe that we are limited to 9 values/variables in the [] list.

Is this right ?
Yup. If you need more variables in a line, you could either use %s or use nested lists assigned to variables.

Post Reply

Return to “X Rebirth - Scripts and Modding”