I am eventing a very simple On-screen battle system for VX, and yes, I know, there is Verus Tempus, but I want to try to create my own system.
Anyway! I am wondering how it would be possible to make something happen when an object (Item, weapon, etc) have...Oh, I dunno, SWORD in the notebox of say, a sword, and I would then event on to make something happen if that comment is in the notebox.
Bleh. Now that I read it, that was a bad example

Okay, this is what I want to learn how to do :
If weaponid1.notebox has "SWORD" then
change actor graphic : "Swordsman"
walking animation = true
end
else
end
end
Is there a function like that which would at all be possible to do?
Thanks in advance.