Changed folder name.
Changed folder name.
This commit is contained in:
13
_module/nss/start_pit_conv.nss
Normal file
13
_module/nss/start_pit_conv.nss
Normal file
@@ -0,0 +1,13 @@
|
||||
void main()
|
||||
{
|
||||
|
||||
object oPC = GetEnteringObject();
|
||||
|
||||
if (!GetIsPC(oPC)) return;
|
||||
|
||||
object oTarget;
|
||||
oTarget = GetObjectByTag("SteepLedge3");
|
||||
|
||||
AssignCommand(oTarget, ActionStartConversation(oPC, ""));
|
||||
|
||||
}
|
Reference in New Issue
Block a user