Is this right?

Riker13

King
Joined
Nov 9, 2001
Messages
859
Location
UK
DOH! Sorry for being in wrong Section.
Moderator Action: -> Moved.

<GameData>
<Resources>
<Update>
<Where ResourceType="RESOURCE_FISH" />
<Set Happiness="1" />
</Update>
</Resources>

</GameData>

*EDIT. Sorted, here is the answer for reference.

<Update>
<Set Happiness="1"/>
<Where Type="RESOURCE_FISH"/>
</Update>

Regards

Riker13 :crazyeye:
 
use [.code] [/code] (without the period) and you can make your code appear the way it does in your xml. for instance...

Code:
<Update>
     <Set Happiness="1"/>
     <Where Type="RESOURCE_FISH"/>
</Update>
 
Back
Top Bottom