what are the possible criteria?
Particularly, I need an undamaged and uninstalled item.
objGetItems criteria
I guess they are the same as in objEnumItems and buy and sell object 'criteria'. From Transcendence.xml:F50 wrote:what are the possible criteria?
Particularly, I need an undamaged and uninstalled item.
Code: Select all
categories:
* all categories
a armor
d device (weapon, shield, drive, etc.)
f fuel
l launcher weapon only
m missile
r reactor
s shields
t miscellaneous
u useful (armor coating, ROM, etc.)
v drive
w weapon (including launchers)
I is installed
D is damaged
N is not damaged
S is useable
U is not installed
modifiers:
+ must have this modifier
- must not have this modifier
So it would appear "NU" is what you need.
