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