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