ID:167543
 
I'm wondering how you can make it say "Equiped" in blue (or any colour, Red preferable) when you equip something, and make it disappear when you've unequiped it.

I have no clue how to do this.
obj/verb/equip()
src.equipped=1
src.suffix="Equiped" // It's called suffix

There's also 'prefix".
In response to Mysame
Who asked YOU!?!


Lol, joking... thanks.
In response to Mysame
Erm, I don't know about prefix, I've already tried it, and it doesn't work. Suffix is, but not prefix, unless there's some other way to do it.