Initial Commit
Initial Commit [v1.32PRC8]
This commit is contained in:
54
_module/nss/en3_fdavis_2.nss
Normal file
54
_module/nss/en3_fdavis_2.nss
Normal file
@@ -0,0 +1,54 @@
|
||||
void main()
|
||||
{
|
||||
location lLoc;
|
||||
string sTag;
|
||||
|
||||
sTag = "en3_berister";
|
||||
if (!GetIsObjectValid(GetObjectByTag(sTag)))
|
||||
{
|
||||
lLoc = GetLocation(GetObjectByTag("POST_" + sTag));
|
||||
CreateObject(OBJECT_TYPE_CREATURE,sTag,lLoc);
|
||||
}
|
||||
|
||||
sTag = "en3_nick";
|
||||
if (!GetIsObjectValid(GetObjectByTag(sTag)))
|
||||
{
|
||||
lLoc = GetLocation(GetObjectByTag("POST_" + sTag));
|
||||
CreateObject(OBJECT_TYPE_CREATURE,sTag,lLoc);
|
||||
}
|
||||
|
||||
sTag = "en3_marik";
|
||||
if (!GetIsObjectValid(GetObjectByTag(sTag)))
|
||||
{
|
||||
lLoc = GetLocation(GetObjectByTag("POST_" + sTag));
|
||||
CreateObject(OBJECT_TYPE_CREATURE,sTag,lLoc);
|
||||
}
|
||||
|
||||
sTag = "en3_erolle";
|
||||
if (!GetIsObjectValid(GetObjectByTag(sTag)))
|
||||
{
|
||||
lLoc = GetLocation(GetObjectByTag("POST_" + sTag));
|
||||
CreateObject(OBJECT_TYPE_CREATURE,sTag,lLoc);
|
||||
}
|
||||
|
||||
sTag = "en3_dorey";
|
||||
if (!GetIsObjectValid(GetObjectByTag(sTag)))
|
||||
{
|
||||
lLoc = GetLocation(GetObjectByTag("POST_" + sTag));
|
||||
CreateObject(OBJECT_TYPE_CREATURE,sTag,lLoc);
|
||||
}
|
||||
|
||||
sTag = "en3_captainellis";
|
||||
if (!GetIsObjectValid(GetObjectByTag(sTag)))
|
||||
{
|
||||
lLoc = GetLocation(GetObjectByTag("POST_" + sTag));
|
||||
CreateObject(OBJECT_TYPE_CREATURE,sTag,lLoc);
|
||||
}
|
||||
|
||||
sTag = "en3_brothertash";
|
||||
if (!GetIsObjectValid(GetObjectByTag(sTag)))
|
||||
{
|
||||
lLoc = GetLocation(GetObjectByTag("POST_" + sTag));
|
||||
CreateObject(OBJECT_TYPE_CREATURE,sTag,lLoc);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user