[Solved]Bot to Bot deal using automacro. is it possible?

All about the macro plugin can be found in this forum. This forum is intended for the macro plugin only.

Moderator: Moderators

tooter666
Noob
Noob
Posts: 3
Joined: 23 May 2011, 23:18
Noob?: Yes

[Solved]Bot to Bot deal using automacro. is it possible?

#1 Post by tooter666 »

Is it possible for a Bot to initiate a deal with another bot?

I havent found a way using automacro for a bot to initiate a deal with another bot.

When using the deal command in automacro, you need to input the pl# to initiate a deal.

is there a way to extract a specific player's "pl#" when using the pl command?

if it is possible! can somebody shed some light and make a sample syntax..
Mushroom
Perl Monk
Perl Monk
Posts: 427
Joined: 04 Apr 2008, 14:04
Noob?: No
Location: Brazil

Re: Bot to Bot deal using automacro. is it possible?

#2 Post by Mushroom »

Code: Select all

do deal @player("playername")
From the macro manual
@player (<name>)
Returns player index of player <name>. If player <name> is not found, it returns -1.
Quit.