[Package Index | Mudlib Index | Effect Index]

File /std/living/mon_actions.c

This is the old method of handling npc actions. Effects should now always be used instead of these functions.

Do not use there functions!

Written by Pinkfish

Includes

This class includes the following files /include/monster.h

Method index

Public Functions

These are functions that everyone can access.

add_triggered_action
int add_triggered_action(string name,
                         string trigger,
                         mixed ob,
                         string func)

Do not use this method! Use effects instead.