dcforeman / fpscreatorengine

Automatically exported from code.google.com/p/fpscreatorengine
0 stars 0 forks source link

Standard Global Variable (0-99) Values Not Retained Between Levels #115

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. create two simple levels
2. Set a standard variable to a specific value in level 1 (using globalvar=)
3. Test the value of that variable in level 2 and it will be reset to 0.

I've attched two scripts, the create variable is for a trigger zone in level 1 
and display variable is for a trigger zone in level 2.  The standard varable is 
tested by spawning an entity if global variable 1 is equal to 0.

What is the expected output? What do you see instead?
I was expecting the standard global variable values to be retained between 
levels, but instead they are reset to zero. By standard variables I mean the 
variables numbered 0 to 99 and NOT the custom global variables.

What version of the product are you using? On what operating system?
Using v118 on XP.

Please provide any additional information below.
Only to say the custom variables (defined using dimvar) work fine, it is only 
the standard variables that seem to be affected.

Original issue reported on code.google.com by christop...@gmail.com on 15 Jul 2011 at 5:19

Attachments: