inheriting wiki example and 10471

Ask about editing graphics, sounds, models, music, etc here!
Shaders (GLSL) and SNDINFO questions also go here!

Moderators: GZDoom Developers, Raze Developers

Forum rules
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. If you still don't understand how to use a feature, then ask here.
Post Reply
Guest

inheriting wiki example and 10471

Post by Guest »

Hi there, I'm sorry for asking such a dumb question but I can't find the answer anywhere on the zdoom wiki. In the following example, what the HELL does the 10471 mean??

https://zdoom.org/wiki/Classes:Ammo

actor LaserRecharge : Ammo 10471
{
Inventory.PickupMessage "Laser recharge unit"
Inventory.Amount 10
Inventory.MaxAmount 200
Inventory.Icon "AAMOA0"
Ammo.BackpackAmount 10
Ammo.BackpackMaxAmount 400
states
{
Spawn:
ZCLP A -1
stop
}
}
Blue Shadow
Posts: 4949
Joined: Sun Nov 14, 2010 12:59 am

Re: inheriting wiki example and 10471

Post by Blue Shadow »

It's an [wiki]editor number[/wiki].
Post Reply

Return to “Assets (and other stuff)”