ID:1418779
 
(See the best response by MDC.)
Code:
world << "<b><font color = yellow>NPC has taken 1 damage!"


Problem description:
How do you setup your test outputs on a different "chat box"? For example, an OOC output where all the chat goes and a 'Damage output' where all the damage text comes in. Using the code above, how do I code it on the damage output box? (ID of output #2 is world2)
Use the output() proc.

edit: And the DM Reference.
Best response
 target << output("text you want shown.","output you want text shown in")


Make sure to make the outputs in your interface file and just put the outputs name where it should go in the code.