Fixed CCOH, Fixed starting GP, Fixed DMFI languages, Fix cep weapon appearances, Fixed new player start up system. Added PC deleter. Added ACP 4.1. Full compile. Updated release archive.
18 lines
488 B
Plaintext
18 lines
488 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: General Treasure Spawn Script HIGH
|
|
//:: 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_generalhig", OBJECT_SELF);
|
|
}
|