examine_override 
The examine override component.
This component is used to override text generated by examine of a mob or an object.
Atoms can only have one instance of this component, and therefore only one override. Cause having to override examine more than once is kinda dumb.
Vars | |
| text_override | The text that will override the original examine. |
|---|---|
Procs | |
| Examine | This proc will trigger when someone examines the parent. It handles the override itself. |
Var Details
text_override 
The text that will override the original examine.
Proc Details
Examine
This proc will trigger when someone examines the parent. It handles the override itself.
Arguments:
- source: The parent.
- user: The mob examining the parent.
- examine_list: The current list of text getting passed from the parent's normal examine() proc.