Alangara_PRC8/_module/nss/farm_trig_exit.nss
Jaysyn904 86feb9ca6f Initial commit
Initial commit.
2024-06-05 21:21:06 -04:00

19 lines
531 B
Plaintext

//::///////////////////////////////////////////////
//:: Name: farm_trig_exit
//:: Copyright (c) 2001 Bioware Corp.
//:://////////////////////////////////////////////
/*
OnExit script for the plot of farmland.
*/
//:://////////////////////////////////////////////
//:: Created By: Adam Walenga
//:: Created On: September 3rd, 2004
//:://////////////////////////////////////////////
void main()
{
object oPlayer = GetExitingObject();
//Remove variable(s) no longer needed.
DeleteLocalInt (oPlayer, "Is_On_Farm");
}