im confused

hello this may sound silly to ask but im very slightly confused here.

i can make is but i cant make isnt

what i mean is in a rule i cant make somethings not there happen.
like this

doesnt work i can make is happens but not isnt in script, i have to make a subsitute like this

instead of inserting a bullet into a gun when a bullet is on a table

like that i have to hide it some how to make it work since i cant make an isn’t script

You can’t use contractions. This should work:

Instead of inserting a bullet into a gun when a bullet is not carried by the player:

Or perhaps reverse the order:

Instead of inserting a bullet into a gun when the player does not carry a bullet:

thank you, it works :slight_smile:

Instead of inserting a bullet into a gun when a bullet is not carried by the player:

Note, this rule will trigger if there is any bullet, anywhere in the game, that is not carried by the player, even if the player also happens to be carrying a bullet.

Instead of inserting a bullet into a gun when the player does not carry a bullet:

This is probably the better way to go.