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..
[Solved]Bot to Bot deal using automacro. is it possible?
Moderator: Moderators
-
- Noob
- Posts: 3
- Joined: 23 May 2011, 23:18
- Noob?: Yes
-
- Perl Monk
- Posts: 427
- Joined: 04 Apr 2008, 14:04
- Noob?: No
- Location: Brazil
Re: Bot to Bot deal using automacro. is it possible?
Code: Select all
do deal @player("playername")
@player (<name>)
Returns player index of player <name>. If player <name> is not found, it returns -1.
Quit.