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