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

17 lines
525 B
Plaintext

//::///////////////////////////////////////////////
//:: Name: farm_cadd_25
//:: Copyright (c) 2001 Bioware Corp.
//:://////////////////////////////////////////////
/*
Add 25 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") + 25);
}