Hi all,
I'm writing a new event to be called from the RMB Menu. I noticed that I can't seem to override the ancestor scripts. This is true for older event too... I recently upgraded from PB12 to PB19... now all my rbuttonup events are showing the ancestor RMB menu, then mine. I followed the directions on all events, and made sure that the Extend Ancestor Script in the Edit menu was un-checked. No luck at all...
Any ideas?
TIA,
Tracy
My inheritance structure is pfc_u_dw -> u_dw -> u_my_dw
I had to add "return 1" to u_dw ... the ancestor script was already overridden