30-04-13, 02:45 AM
Private Sub Command1_Click()
Agent1.Characters.Load "j", App.Path & "\merlin.acs"
Agent1.Characters.Item("j").Show
Agent1.Characters.Item("j").Think "Hi "
Agent1.Characters.Item("j").Speak "im al asela"
Timer1.Enabled = True
End Sub
Private Sub Timer1_Timer()
Agent1.Characters.Item("j").Top = 100 * Rnd(10000)
Agent1.Characters.Item("j").Left = 150 * Rnd(10000)
End Sub
Agent1.Characters.Load "j", App.Path & "\merlin.acs"
Agent1.Characters.Item("j").Show
Agent1.Characters.Item("j").Think "Hi "
Agent1.Characters.Item("j").Speak "im al asela"
Timer1.Enabled = True
End Sub
Private Sub Timer1_Timer()
Agent1.Characters.Item("j").Top = 100 * Rnd(10000)
Agent1.Characters.Item("j").Left = 150 * Rnd(10000)
End Sub
