Can't believe I never noticed this before

Okay, I'ma make a request now.
Event Name:
ABS event (More specifically, how to check notebox of equipped weapon)
Difficulty: On a scale of one to ten : 3 (Function is used by scripts, just can't figure out what it is)
DeadLine: As soon as possible, but it is not important.
Game Platform: Rpg Maker VX
Detailed Information:
Taken from my original post :
QUOTE
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 tongue.gif
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.
Note that the notebox part doesn't work. I need that bit figured out :3
Just a small snippet of my ABS event, don't worry 'bout the rest.