Aantioch_Infernum/_module/nss/nw_o2_classmed.nss
EpicValor 3811a4f205 Updates areas, spawns, items, mobs
and fixed typos in convos up to convo_cashan
2023-09-21 19:10:12 -05:00

19 lines
539 B
Plaintext

//::///////////////////////////////////////////////
//:: 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);
}