DKIM Added to mail server - to improve email activation.
I want to have a PC open a placeable's inventory without having to click on the placeable. Is this possible via scripting?
Yep. Have the PC interact with it. If it has inventory it should open up the inventory:
AssignCommand(oPC, ActionInteractObject(oStealStore));
I searched though all the "action" functions and didn't see that one. Thanks again, Meaglyn.