Initial upload
Initial upload
This commit is contained in:
23
_module/nss/cb_spawn_reb.nss
Normal file
23
_module/nss/cb_spawn_reb.nss
Normal file
@@ -0,0 +1,23 @@
|
||||
|
||||
void main()
|
||||
{
|
||||
|
||||
object oPC = GetPCSpeaker();
|
||||
|
||||
object oTarget;
|
||||
object oSpawn;
|
||||
location lTarget;
|
||||
oTarget = GetWaypointByTag("wp_reb");
|
||||
|
||||
lTarget = GetLocation(oTarget);
|
||||
|
||||
oSpawn = CreateObject(OBJECT_TYPE_CREATURE, "reb004", lTarget);
|
||||
|
||||
oTarget = GetWaypointByTag("wp_shogun_pre");
|
||||
|
||||
lTarget = GetLocation(oTarget);
|
||||
|
||||
oSpawn = CreateObject(OBJECT_TYPE_CREATURE, "shogun_kiddingme", lTarget);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user