Updated onClientEnter to support socketed items
Updated onClientEnter to support socketed items. Updated release archive.
This commit is contained in:
Binary file not shown.
@@ -53,6 +53,8 @@ void SetTlkOverrideForMaximumLevel(object oPC)
|
|||||||
void main()
|
void main()
|
||||||
{
|
{
|
||||||
ExecuteScript("prc_onenter", OBJECT_SELF);
|
ExecuteScript("prc_onenter", OBJECT_SELF);
|
||||||
|
ExecuteScript("sd_soc_install", OBJECT_SELF);
|
||||||
|
|
||||||
//Declare Major Variables..
|
//Declare Major Variables..
|
||||||
object oPC;
|
object oPC;
|
||||||
oPC = GetEnteringObject();
|
oPC = GetEnteringObject();
|
||||||
|
Binary file not shown.
Reference in New Issue
Block a user