thank you for the information. but i can't load the character
i wrote this code to the button click event but it won't work.
Try
Dim MyAgent As AgentObjects.IAgentCtlRequest
MyAgent.Characters.Load("Merlin", "merlin.acs")
MyAgent.Characters("Merlin").Show()
Catch x As Exception
MsgBox(x.ToString)
End Try
can you help me?
|