16 lines
438 B
Plaintext
Raw Normal View History

//::///////////////////////////////////////////////
//:: FileName orcfree1
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 8/17/2002 2:08:31 PM
//:://////////////////////////////////////////////
void main()
{
// Set the variables
object oPrisoner = GetObjectByTag("orc_prisoner");
SetLocalInt(oPrisoner, "nFreeOrc", 1);
}