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