Initial Upload
Initial Upload
This commit is contained in:
14
_module/nss/element_lord_spa.nss
Normal file
14
_module/nss/element_lord_spa.nss
Normal file
@@ -0,0 +1,14 @@
|
||||
void main()
|
||||
{
|
||||
object oPC = GetEnteringObject(),oFire,oCold,oElec;
|
||||
oFire = GetObjectByTag("FireLoc");
|
||||
oCold = GetObjectByTag("ColdLoc");
|
||||
oElec = GetObjectByTag("ElecLoc");
|
||||
if(GetIsPC(oPC))
|
||||
{
|
||||
CreateObject(OBJECT_TYPE_CREATURE,"sparkoslordoflig",GetLocation(oElec),TRUE);
|
||||
CreateObject(OBJECT_TYPE_CREATURE,"periathoslordoff",GetLocation(oFire),TRUE);
|
||||
CreateObject(OBJECT_TYPE_CREATURE,"glaciliuslordofi",GetLocation(oCold),TRUE);
|
||||
}
|
||||
DestroyObject(OBJECT_SELF);
|
||||
}
|
||||
Reference in New Issue
Block a user