Aantioch_Infernum/_module/nss/nw_o2_classmed.nss

19 lines
539 B
Plaintext
Raw Permalink Normal View History

2023-08-08 16:22:17 -04:00
//::///////////////////////////////////////////////
//:: General Treasure Spawn Script MEDIUM
//:: Copyright (c) 2001 Bioware Corp.
//:://////////////////////////////////////////////
/*
Spawns in general purpose treasure, usable
by all classes.
*/
//:://////////////////////////////////////////////
//:: Created By: Brent
//:: Created On: February 26 2001
//:://////////////////////////////////////////////
void main()
{
ExecuteScript("nw_o2_generalmed", OBJECT_SELF);
ExecuteScript("bb_closechest", OBJECT_SELF);
2023-08-08 16:22:17 -04:00
}