mIRC Home    About    Download    Register    News    Help

Print Thread
#149182 14/05/06 09:23 PM
Joined: May 2006
Posts: 15
L
liftman Offline OP
Pikka bird
OP Offline
Pikka bird
L
Joined: May 2006
Posts: 15
how i can to do speak my agent one variable?

e.g. /gtalk merlin %variable

tnx


Ciao!
#149183 14/05/06 11:55 PM
Joined: Dec 2002
Posts: 417
O
Fjord artisan
Offline
Fjord artisan
O
Joined: Dec 2002
Posts: 417
Looks like something fun to play with
I hope this link will help
web page




Intelligence: It's better to ask a stupid question, then to prove it by not asking....
#149184 15/05/06 12:08 AM
Joined: Dec 2002
Posts: 417
O
Fjord artisan
Offline
Fjord artisan
O
Joined: Dec 2002
Posts: 417
I have found another link from Mirc.org for MSAGENT.mrc and that script has the same problem with the /GLOAD command

I have tried loading the script from C:\WINDOWS\msagent\chars and within the mirc directory with no luck. Its as if the /gload command no longer works with the current version of mirc




Intelligence: It's better to ask a stupid question, then to prove it by not asking....
#149185 15/05/06 01:34 AM
Joined: Dec 2002
Posts: 417
O
Fjord artisan
Offline
Fjord artisan
O
Joined: Dec 2002
Posts: 417
I have been playing round with the different msagnet charitors

/gload peedy peedy.acs

* Loaded agent 'peedy' (peedy.acs)

I used this command to get Peedy to talk

/gtalk Peedy I'm hungry... Does anyone have anything to eat?
[color:blue] * Agent 'Peedy' talks: I'm hungry... Does anyone have anything to eat?


I am not sure why the merlin.acs will not load
My only suggestion is to try different charitors to see what works and what does not work




Intelligence: It's better to ask a stupid question, then to prove it by not asking....
#149186 15/05/06 10:55 AM
Joined: May 2006
Posts: 15
L
liftman Offline OP
Pikka bird
OP Offline
Pikka bird
L
Joined: May 2006
Posts: 15
Quote:
I
/gload peedy peedy.acs

* Loaded agent 'peedy' (peedy.acs)


/gtalk Peedy I'm hungry... Does anyone have anything to eat?
[color:blue] * Agent 'Peedy' talks: I'm hungry... Does anyone have anything to eat?




mmmmh... i try to explain what is my problem...

i can do to talk my agents, with /gtalk agentname "some text", but i wanth to do like this:
[color:red]
/set %var some_text
/gtalk agentname %var


Ciao!
#149187 15/05/06 02:23 PM
Joined: Mar 2004
Posts: 526
Fjord artisan
Offline
Fjord artisan
Joined: Mar 2004
Posts: 526
Are you trying to do this from the command line?

If so you need //gtalk (2 slashes) so the command
interpreter knows to process the variable data.


Help others! It makes the world a better place, Makes you feel good, and makes you Healthy!
#149188 15/05/06 03:45 PM
Joined: Dec 2002
Posts: 417
O
Fjord artisan
Offline
Fjord artisan
O
Joined: Dec 2002
Posts: 417
Quote:
Quote:
I
/gload peedy peedy.acs

* Loaded agent 'peedy' (peedy.acs)


/gtalk Peedy I'm hungry... Does anyone have anything to eat?
[color:blue] * Agent 'Peedy' talks: I'm hungry... Does anyone have anything to eat?





mmmmh... i try to explain what is my problem...

i can do to talk my agents, with /gtalk agentname "some text", but i wanth to do like this:
[color:red]
/set %var some_text
/gtalk agentname %var


As HorseC stated. You have to use //gtak agentname %var to force the line to read it as a script command and not just a command.




Intelligence: It's better to ask a stupid question, then to prove it by not asking....
#149189 15/05/06 05:09 PM
Joined: May 2006
Posts: 15
L
liftman Offline OP
Pikka bird
OP Offline
Pikka bird
L
Joined: May 2006
Posts: 15
grin
ii'm very stupid... i'm sorry wink
i've tried only by direct command without a double slash... inside my script work fine, thank very much!

greetings


Ciao!

Link Copied to Clipboard