ID:273797
 
Can someone tell me why my equipment overlays don't get added to a mob if I make it so an objects suffixes gets added later?
Post your code so we can see
In response to Chaorace (#1)
Well I fixed it, but it pretty much goes like this

Verbgoeshere()
usr.overlays += src
src.suffix = "blah"


I know the indention's wrong but usually when I do this, my overlays don't get added.