• Work continues

General Info
Main Page
Latest News
Schedule
What is it?
About Matt
About This Site

Duke Enhancements
Latest Features
Older Features
Cheat Codes

Duke Insider
Language Basics
Compile Time
Room over Room
Player Structures
UserDef Explanations

More Information
Features Database
E Duke Forum

WW2GI Enhancements
Variables
Weapon Changes
Weapon Settings
System Variables
Events
All



Enhanced Duke Nukem Ideas
Copyright (C) 2000, Matt Saettler. All Rights Reserved.

View Already Implemented Enhanced Duke Nukem Site Matt Saettler

Criteria:
IdeaID is 74
No Sorting
Ranking Name Thinker

10

bug: setvarvar Veldrik
Difficulty Not Set by Matt
Description In the current "var" commands, such as this
setvarvar
it doesn't like it if ANY of the variables are the read only ones.
In the case of
setvarvar MY_VARIABLE WEAPON
It will cause a "variable WEAPON is read-only" error on compile (startup).
This is probably because the code is testing if either of the variables is
in the read-only array, or has that flag (which ever you are using). It
would be very handy if it only tested the first one for this though, as the
second variables value isn't (supposedly) effected by the command.
Implemented in Build: 05
Matt's Comments