//:://///////////////////////////////////////////// //:: Name: farm_cadd_5 //:: Copyright (c) 2001 Bioware Corp. //::////////////////////////////////////////////// /* Add 5 gold pieces to the current sell price. */ //::////////////////////////////////////////////// //:: Created By: Adam Walenga //:: Created On: September 7th, 2004 //::////////////////////////////////////////////// void main() { SetLocalInt (OBJECT_SELF, "Farm_Temp_Sell_Price", GetLocalInt (OBJECT_SELF, "Farm_Temp_Sell_Price") + 5); }