Initial upload
Initial upload
This commit is contained in:
16
_module/nss/spawn_grimm.nss
Normal file
16
_module/nss/spawn_grimm.nss
Normal file
@@ -0,0 +1,16 @@
|
||||
location lTarget;
|
||||
object oTarget;
|
||||
|
||||
void main()
|
||||
{
|
||||
object oPC = GetEnteringObject(),
|
||||
oObject = GetWaypointByTag("POST_thegrimmreefe002");
|
||||
|
||||
AssignCommand(oPC, ClearAllActions(TRUE));
|
||||
|
||||
if (!GetIsObjectValid(GetNearestObjectByTag("thegrimmreefe002", oObject)))
|
||||
{
|
||||
CreateObject(OBJECT_TYPE_CREATURE, "thegrimmreefe002", GetLocation(oObject));
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user