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