Jaysyn904 defc8f9f6d Re-uploaded instead of migrated
Re-uploaded instead of migrated.
2024-08-03 15:05:13 -04:00

16 lines
438 B
Plaintext

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