mirror of
http://prc.nwn.ee:3000/Jaysyn/PRC8.git
synced 2025-12-16 17:17:16 -05:00
10 lines
269 B
Plaintext
10 lines
269 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: OnUsed placeable eventscript
|
|
//:: prc_plc_used
|
|
//:://////////////////////////////////////////////
|
|
|
|
#include "inc_eventhook"
|
|
void main()
|
|
{
|
|
ExecuteAllScriptsHookedToEvent(OBJECT_SELF, EVENT_PLACEABLE_ONUSED);
|
|
} |