Initial commit. Updated release archive.
This commit is contained in:
19
_module/nss/oe_rachel.nss
Normal file
19
_module/nss/oe_rachel.nss
Normal file
@@ -0,0 +1,19 @@
|
||||
void main()
|
||||
{
|
||||
|
||||
object oEntering = GetEnteringObject();
|
||||
|
||||
object oRachel = GetObjectByTag("RachelShrine");
|
||||
|
||||
|
||||
object oRahil = GetObjectByTag("Rahil");
|
||||
object oRahilPost = GetWaypointByTag("POST_Rahil");
|
||||
location lRahil = GetLocation(oRahilPost);
|
||||
|
||||
if (oRahil == OBJECT_INVALID)
|
||||
{
|
||||
CreateObject(OBJECT_TYPE_CREATURE,"rahil",lRahil);
|
||||
}
|
||||
|
||||
|
||||
}
|
Reference in New Issue
Block a user