Hey all! I'm JUST NOW really learning how to script for UO and wanted to see if anyone would be willing to walk me through scripting something for this shard I am toying with. I THINK?? what I want done is fairly simple. Essentially, I want this:

If IsTherian is set to true, then allow access to a [shift command.
Shift command toggles BodyValue from human to wolf shape and back.
Wolf body hue value = human hair hue value. (so a werewolf/therian whose human paperdoll has black hair would shift into a black wolf etc)

This would probably be done in PlayerMobile? I already have private bool m_IsTherian; existent so when I [props myself, I am able to set IsTherian to True/False.

Thank you for any and all help!
 
Back