Wow lots of info!
Ok, my question was asked by some one else, but not responded to...
My question: How do I remove a hair style from the hero when I equip a helm?
More to the point, I need to remove it from the (note) field on the helm, until the helm is unequipped. I have studied this code and this form for months, and all my attempts led me to think the script doesn't support the (note) field to remove graphics. I don't want to clear all of it, just the hair until the helm is removed. Any ideas would be of great help?
# You can now remove and add graphics to the actor using the following codes
# in a script call:
#
# remove_graphic_from_actor (actor_id, index)
# remove_graphic_from_actor (actor_id, graphic_name, graphic_index, graphic_hue)
# add_graphic_to_actor (actor_id, graphic_name, graphic_index, graphic_hue, index)
I also think its odd that the last remove code is an add code, is this a typo?