Initial commit
Initial commit [v9.7]
This commit is contained in:
18
_module/nss/approach_winok.nss
Normal file
18
_module/nss/approach_winok.nss
Normal file
@@ -0,0 +1,18 @@
|
||||
|
||||
void main()
|
||||
{
|
||||
|
||||
object oTarget;
|
||||
|
||||
object oPC = GetEnteringObject();
|
||||
|
||||
if (!GetIsPC(oPC)) return;
|
||||
|
||||
if (GetItemPossessedBy(oPC, "fingrylp3")== OBJECT_INVALID)
|
||||
return;
|
||||
|
||||
oTarget = GetObjectByTag("Winok2b2");
|
||||
AssignCommand(oTarget, ActionStartConversation(oPC, ""));
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user