When ITEM1 is in inventory, TAG1=ON. I have a text box that runs a script afterwards. This script deletes ITEM1 making TAG1=OFF, but then SETS TAG1=ON. However, it doesn't seem to work and TAG1 is still off.
Code:
The script reads: plotscript, bountykill1, begin
delete item (112)
set tag (135, on)
end
delete item (112)
set tag (135, on)
end
My 2nd question: In the Edit NPC menu are two "APPEAR IF TAG =" commands. Are these related by an "and" or an "or"? For instance, IF APPEAR IF TAG1 = ON and APPEAR IF TAG2 = ON are both being used. Does the NPC appear if either TAG1 and TAG2 are on of if both TAG1 and TAG2 are on?



