|
ms agent PS can't load other characters other than merlin
several .acs are installed in c:\windows\msagent\chars
which also has merlin.acs
the last function call always return "Merlin"
what should be done beside putting .acs in the default location
mentioned above
$agent = new -com agent.control.2
$agent.connected=1
$agent.characters.load("peedy")
$peedy=$agent.characters.character("peedy")
$peedy.name |