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

500

CON: ifnum # CONAN
Difficulty Not Set by Matt
Description ifnum <#> would be useful to tell if there are # instances of the current object in the level.
Matt's Comments You'd want a greater-than, not just equality, correct?

If so, we should probably change to getting current number into a VAR and then you can use all kinds of compares on it.

And you probably want to get the number of other actors; not just yourself, right?

So,
GetNumMe
returns the number of 'you' in a system VAR (TBD) and
GetNumActor
gets the nubmer of sprites of type in a system VAR