how to make emotion like /heh when a charac appears
Moderators: Moderators, Documentation Writers
-
genieliz
- Human

- Posts: 23
- Joined: 13 Jul 2014, 00:04
- Noob?: Yes
how to make emotion like /heh when a charac appears
how to make emotion like /heh when a characters appear on the screen
-
4epT
- Developers

- Posts: 628
- Joined: 30 Apr 2008, 14:17
- Noob?: No
- Discord: ya4ept#8494
- Location: Moskow (Russia)
Re: how to make emotion like /heh when a charac appears
use macros, example:
Code: Select all
automacro emotions {
player /.*/
timeout 10
call {
do e heh
}
}-
genieliz
- Human

- Posts: 23
- Joined: 13 Jul 2014, 00:04
- Noob?: Yes
Re: how to make emotion like /heh when a charac appears
i tried
}
automacro /heh {
player /.*/
timeout 10
call {
do e heh
}
it doesnt work.. this is what i extactly typed
}
automacro /heh {
player /.*/
timeout 10
call {
do e heh
}
it doesnt work.. this is what i extactly typed
-
4epT
- Developers

- Posts: 628
- Joined: 30 Apr 2008, 14:17
- Noob?: No
- Discord: ya4ept#8494
- Location: Moskow (Russia)
Re: how to make emotion like /heh when a charac appears
incorrect syntax, read the manual
lacks a closing parenthesis "}"
lacks a closing parenthesis "}"
