Initial commit
Initial commit [v9.7]
This commit is contained in:
26
_module/nss/cv_spn_chvs_mstl.nss
Normal file
26
_module/nss/cv_spn_chvs_mstl.nss
Normal file
@@ -0,0 +1,26 @@
|
||||
|
||||
void main()
|
||||
|
||||
{
|
||||
|
||||
object oTarget;
|
||||
object oSpawn;
|
||||
location lTarget;
|
||||
|
||||
object oPC = GetPCSpeaker();
|
||||
|
||||
oTarget = GetWaypointByTag("WP_Chives");
|
||||
|
||||
lTarget = GetLocation(oTarget);
|
||||
oSpawn = CreateObject(OBJECT_TYPE_CREATURE, "chives", lTarget);
|
||||
oTarget = oSpawn;
|
||||
AssignCommand(oTarget, ActionStartConversation(oPC, ""));
|
||||
|
||||
oTarget = GetWaypointByTag("WP_Chives");
|
||||
lTarget = GetLocation(oTarget);
|
||||
oSpawn = CreateObject(OBJECT_TYPE_CREATURE, "muskatel", lTarget);
|
||||
oTarget = oSpawn;
|
||||
AssignCommand(oTarget, ActionStartConversation(oPC, ""));
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user