jpcsupplies / Economy_mod

Basic Economy System for Space Engineers
13 stars 12 forks source link

[fun/enh] /me command #138

Open jpcsupplies opened 8 years ago

jpcsupplies commented 8 years ago

Add the /me emote to economy mod for the fun of it.

Also be a nice example of sending messages to all players for me to see how it works :P

Could also expand it later to trigger player animations based on keyword.

Usage: /me eg. /me waves Output:

Expanded result. trigger "wave" animation on detecting keyword "wave"

Expanded Expanded functionality - query available player animations mods loaded for possible keywords. Eg anim_thefinger or have some standard keyword syntax that mod makers could use in the name that economy sees. Eg any animations prefixed ANM the following words are its keyword, As example above - would trigger animation on keywords "the finger"

Could also combine that with a small keyword database, and an animation to trigger. eg grin, thumbs up, approves all trigger thumbs up animation etc.

For fun - keywords like "creep" eg /me creeps around changes the player skin to a spider for 5 seconds etc.

Priority: Very low ;)