Alangara_PRC8/_module/nss/farm_trig_exit.nss

19 lines
531 B
Plaintext
Raw Permalink Normal View History

2024-06-05 21:21:06 -04:00
//::///////////////////////////////////////////////
//:: 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");
}