• 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 122
No Sorting
Ranking Name Thinker

5

Bug: per-player variables not working right CONAN
Difficulty Not Set by Matt
Description I figured out the problem with all players getting a per-player var set, wehn only one is supposed to... Veldrik (Holly) was right, per-actor and
per-player variables get set for the entire actor type, not just for one actor. My power generator sprites use per-actor variables to set which team they are on, and when another generator on their same team dies, they are supposed to die also. But they die when any generator dies.. this means that all of the generators, although they are supposed to be
on different teams, have the same per-actor variable set.
Implemented in Build: 07
Matt's Comments Fixed major bug getting flags for var from script code. Flags were set to 'initial value' instead of 'flags'. This bug was in WW2GI..