i have a filled ref alias, and the following 2 lines in my test code:
MyAlias.GetActorRef().EnableAI(False)
MyAlias.GetActorRef().OpenInventory(False)
script compiles, the first line executes (my Manny-me stands there like a statue, but she wont open her inventory)
i also tried this embedded in a function in a script attached to the alias, tried both ways: script extends actor and extends referencealias
scirpt always compiles but the openInventory and a couple of other actor functions do not ever execute. no error dumped in the logs either.

