Updated onClientEnter to support socketed items
Updated onClientEnter to support socketed items. Updated release archive.
This commit is contained in:
parent
0dbb628b75
commit
1daebc10ef
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.
Loading…
x
Reference in New Issue
Block a user