I have something like this:
No errors, no warning messages. Event1 works, but event2 doesn't. When I try this in game, nothing happens. I tried putting an "else" and it ran the command under "else". What's the problem?
Code:
on event1:
give player paper named "example" with lore "example2"
on event2:
if player's tool is paper with lore "example2":
do something