Recent News
Here are some really old news entries that never got migrated to the database.
Return to main news page
238 (NEWS 427) - Reactions!!
By Alara: Ooh hey! Reactions are real! What is this, you ask? Simply put, you've been able to target mobs and other things in pre-defined emotes for some time, but they never did anything. Now, if they're set up correctly, the mob you emote against may respond with a reaction!!
For the technically minded (or if you created a mob yourself that needed to have reactions):
- The THING object needs to be @parented to #4376 (the thing ancestor).
- Set your object as MONITOR and LISTEN_PARENT.
- Simply add <emote>`TSP and <emote>`TTP attributes to your object for second person and third person. Use %0 and %1 for object and the target, respectively!
For example:
@set Dog=MONITOR
@set Dog=LISTEN_PARENT
@parent Dog=#4376
&PET`TSP Dog=[capstr(name(%0))] pants and wags its tail happily and barks at you!
&PET`TTP Dog=[capstr(name(%0))] pants and wags its tail happily and barks at [name(%1)]!
--Wed, 09 Oct 2024 23:58:25 GMT