emote 
Procs | |
run_emote | Makes the mob to run the specified emote. |
---|
Proc Details
run_emote
Makes the mob to run the specified emote.
user
- our mob.type_override
- SeeEMOTE_VISIBLE
,EMOTE_AUDIBLE
, etc. Equivalent tom_type
in mob/emote().params
- parameters for the emote. Mainly used in /me emotes, i.e.L.emote("me", 1, "nibbles away at \the [parent]")
. Also can be used in "blows a kiss to %t" kinda emotes, where it replaces "%t". Equivalent tomessage
in mob/emote().intentional
- whether this emote is triggered by the mob themselves (TRUE
) or forced by game mechanics (FALSE
).message_override
- if set to some string, will replace the emote message with the provided string. Ifparams
is used, this string can contain%t
, which will be replaced withmessage
.