how to make emotion like /heh when a charac appears

All resolved question will be found here. It is recommended that you browse / search through this section first and see if your question has been answered before

Moderators: Moderators, Documentation Writers

Message
Author
genieliz
Human
Human
Posts: 23
Joined: 13 Jul 2014, 00:04
Noob?: Yes

how to make emotion like /heh when a charac appears

#1 Post by genieliz »

how to make emotion like /heh when a characters appear on the screen

User avatar
4epT
Developers
Developers
Posts: 617
Joined: 30 Apr 2008, 14:17
Noob?: No
Location: Moskow (Russia)
Contact:

Re: how to make emotion like /heh when a charac appears

#2 Post by 4epT »

use macros, example:

Code: Select all

automacro emotions {
 player /.*/
 timeout 10
 call {
  do e heh
 }
}
All my posts are made by machine translator!
¤ Manual ¤ Anti BotKiller ¤ Packet Extractor v3 ¤
Image
Image

genieliz
Human
Human
Posts: 23
Joined: 13 Jul 2014, 00:04
Noob?: Yes

Re: how to make emotion like /heh when a charac appears

#3 Post by genieliz »

i tried

}
automacro /heh {
player /.*/
timeout 10
call {
do e heh
}


it doesnt work.. this is what i extactly typed

User avatar
4epT
Developers
Developers
Posts: 617
Joined: 30 Apr 2008, 14:17
Noob?: No
Location: Moskow (Russia)
Contact:

Re: how to make emotion like /heh when a charac appears

#4 Post by 4epT »

incorrect syntax, read the manual
lacks a closing parenthesis "}"
All my posts are made by machine translator!
¤ Manual ¤ Anti BotKiller ¤ Packet Extractor v3 ¤
Image
Image

Locked