Changing an item's name via script/sfall

vsirin

First time out of the vault
I know it's got to be something ridiculously easy that I'm missing but so far I've tried:

the descriptionobj hook,
set_proto_data(blahblahblah, PROTO_TEXTID, name),
description_p_proc,
and
procedure look_at_p_proc

none of which appear to be working.

Sorry if this seems too trivial for a separate thread but I really don't want to spend another half day on this like I did trying to modify hit chances with rollcheck instead of tohit :irked:

Thank you in advance.
 
I'm pretty sure you can't change the item name via script. But then again I never tried to, so ....
 
Aww, crap. Was hoping to not have to do stuff with pro_item.msg but I guess this means I do.

Thanks!
 
Back
Top