Gamestudio Links
Zorro Links
Newest Posts
Camera always moves upwards?
by clonman. 11/13/25 14:04
brokerCommand PLOT_HLINE parameters
by M_D. 11/13/25 10:42
ZorroGPT
by TipmyPip. 11/10/25 11:04
Training with the R bridge does not work
by frutza. 11/05/25 00:46
Zorro 2.70
by opm. 10/24/25 03:44
Alpaca Plugin v1.4.0
by TipmyPip. 10/20/25 18:04
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
5 registered members (Grant, AndrewAMD, ozgur, Quad, TipmyPip), 29,980 guests, and 3 spiders.
Key: Admin, Global Mod, Mod
Newest Members
sheliepaley, Blueguy, blobplayintennis, someone2, NotEBspark
19177 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
RDG issue #480552
06/14/20 16:20
06/14/20 16:20
Joined: Nov 2006
Posts: 497
Ohio
xbox Offline OP
Senior Member
xbox  Offline OP
Senior Member

Joined: Nov 2006
Posts: 497
Ohio
Hi all,

I'm working with a RDG algorithm, and it's been pretty hectic so far, but i've managed to get it working! The problem is I'm trying to debug a specific pattern of numbers. I currently have a variable generating a random number to choose the next room at random, and that works just fine.
Code
...
var randIndex = integer(random(6));
...

The problem is, I want to set that variable to select room 3...easy enough...
Code
...
var randIndex = 3;
...


However, when I do this, I keep getting an error Nexus too small (0). I even went in and set max_nexus = 200000, and it still gives this error.

using the original piece of code, the game runs perfectly though....any suggestions?

Re: RDG issue [Re: xbox] #480553
06/14/20 18:20
06/14/20 18:20
Joined: Nov 2006
Posts: 497
Ohio
xbox Offline OP
Senior Member
xbox  Offline OP
Senior Member

Joined: Nov 2006
Posts: 497
Ohio
Okay.....nevermind. I'm just dumb.

I have a switch case set up to handle the values of randIndex, and well long story short, if it's always 3, it won't make it past the first room.


Moderated by  HeelX, Lukas, rayp, Rei_Ayanami, Superku, Tobias, TWO, VeT 

Gamestudio download | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1