Changed folder name.
Changed folder name.
This commit is contained in:
42
_module/nss/wondmer.nss
Normal file
42
_module/nss/wondmer.nss
Normal file
@@ -0,0 +1,42 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: FileName wondmer
|
||||
//:://////////////////////////////////////////////
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Created By: Script Wizard
|
||||
//:: Created On: 12/15/2002 5:53:04 PM
|
||||
//:://////////////////////////////////////////////
|
||||
void main()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
object o11;
|
||||
o11 = GetItemPossessedBy(oPC, "NW_WSWMLS013");
|
||||
if(GetIsObjectValid(o11) != 0){
|
||||
DestroyObject(o11);
|
||||
}
|
||||
object o12;
|
||||
o11 = GetItemPossessedBy(oPC, "BlueSkies");
|
||||
if(GetIsObjectValid(o12) != 0){
|
||||
DestroyObject(o12);
|
||||
}
|
||||
object o13;
|
||||
o11 = GetItemPossessedBy(oPC, "UndeadLeech");
|
||||
if(GetIsObjectValid(o13) != 0){
|
||||
DestroyObject(o13);
|
||||
}
|
||||
object o14;
|
||||
o11 = GetItemPossessedBy(oPC, "WBWMSH005");
|
||||
if(GetIsObjectValid(o14) != 0){
|
||||
DestroyObject(o14);
|
||||
}
|
||||
object o15;
|
||||
o11 = GetItemPossessedBy(oPC, "NW_WBWMSL008");
|
||||
if(GetIsObjectValid(o15) != 0){
|
||||
DestroyObject(o15);
|
||||
}
|
||||
// Either open the store with that tag or let the user know that no store exists.
|
||||
object oStore = GetNearestObjectByTag("wonditems");
|
||||
if(GetObjectType(oStore) == OBJECT_TYPE_STORE)
|
||||
OpenStore(oStore, GetPCSpeaker());
|
||||
else
|
||||
ActionSpeakStringByStrRef(53090, TALKVOLUME_TALK);
|
||||
}
|
Reference in New Issue
Block a user