ID:2844096
 
(See the best response by Ter13.)
Code:
            Avataer_change(I as icon)
set category = "Fighting"
usr.icon = I
usr << "<b>new avatar."
del(src)


Problem description:

Hello,

I have used a code before in order to change your own icon mid game, but it is not working with the current project I am using. Could somebody point out of hint as to what im doing wrong. I dont get any errors but it just doesn't do anything.

For context, it works on a Zeta RIP. I don't want to use it.
Im working with the Framework of Forum_account (Action RPG Framework)
https://www.byond.com/developer/Forum_account/ ActionRpgFramework

Best response
Why are you deleting src at the end of the verb?
its supposed to be like a potion or one time use, but I figured it out. thank you for reaching out.