
JumpIfInventory modification
Moderator: GZDoom Developers
JumpIfInventory modification
As is generally known JumpIfInventory helps to create weapon with rather sophisticated properties. Unfortunally this function works only for actors which are owned by player . This condition considerable restrics the possibilities (for example all features in mod could be made as optional or the behavior of monsers could be changed if the definite weapon is active or... whatever you want
)

- Macil
- Posts: 2529
- Joined: Mon Mar 22, 2004 7:00 pm
- Preferred Pronouns: He/Him
- Location: California, USA. Previously known as "Agent ME".
- Contact:
I think he wants to be able to use JumpIfInventory in the DECORATE of a monster to be able to see if the player has a certain item rather than the monster itself.
Though what would happen in network games?
(PS: If I use ACS to give some inventory item to a monster (even though he obviously can't use it) will JumpIfInventory in his decorate detect it? Or does the inventory disappear as soon as its assigned to the monster because he can't use it?)
Though what would happen in network games?
(PS: If I use ACS to give some inventory item to a monster (even though he obviously can't use it) will JumpIfInventory in his decorate detect it? Or does the inventory disappear as soon as its assigned to the monster because he can't use it?)