I want to change the price of LifeItem in the shop. Using DB2 I opened MAP99. I can open shop.acs with the script editor and change the appropriate value but it won't compile on its own. Specifically I get an error:      hudmsg_fadeinout : Identifier has not been declared            
I don't know what to do from here. Are there resources that I need to add to the game configuration?  Or to the map options? In the editing reference pdf I saw something about putting stronghold.acs and sthldcmn.acs in the same folder as my map in order for it to compile, so I did that.
			
			
									
						
										
						recompile shop.acs to change item price
Moderators: Tormentor667, Stronghold Team
- 
				lloydender
 - Posts: 2
 - Joined: Sun Nov 06, 2011 8:00
 
Re: recompile shop.acs to change item price
I figured it out after reading the Stronghold Editing Reference PDF. I copied strnghld.acs and sthldcmn.acs into the maps folder. Then I opened MAP99 in DB2. I started the script editor and it came up with the script for the map and when I compiled that the change I made in shop.acs was applied. Before, I was trying to compile shop.acs which didn't really make sense in the first place.