pet 
This is a special subtype of mob_holder that spawns with a mob included instead of being created by scooping a mob. It can override the name & description of the included mob as well.
Procs | |
on_loadout_custom_described | See above. |
---|---|
on_loadout_custom_named | If this gets renamed, make sure to paste the new name onto the mob as well. If, for whatever reason, this gets called before Initialize, it also sets renamed = TRUE to ensure that the mob gets the custom name on initialization. |
Proc Details
on_loadout_custom_described
See above.
on_loadout_custom_named
If this gets renamed, make sure to paste the new name onto the mob as well. If, for whatever reason, this gets called before Initialize, it also sets renamed = TRUE to ensure that the mob gets the custom name on initialization.