Ifrespawn

From EDukeWiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

ifrespawn { do something } else { do something else }

Checks if a certain respawn mode is enabled. Monsters (hard-coded actors and useractors check RESPAWN_MONSTERS, inventory items (hard-coded) check RESPAWN_INVENTORY and everything else checks RESPAWN_ITEMS.

By default, inventory items always respawn in multiplayer - cooperative or dukematch (no spawn) - although they are assigned as such through hard-coded actors. If you desire to add your own Inventory icon, you will need to check RESPAWN_INVENTORY gamevar instead of using ifrespawn command.