PRC8_fork/nwn/nwnprc/trunk/scripts/prc_plc_click.nss

10 lines
272 B
Plaintext
Raw Permalink Normal View History

//::///////////////////////////////////////////////
//:: OnClick placeable eventscript
//:: prc_plc_click
//:://////////////////////////////////////////////
#include "inc_eventhook"
void main()
{
ExecuteAllScriptsHookedToEvent(OBJECT_SELF, EVENT_PLACEABLE_ONCLICK);
}