• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Check storage value in XML file.

Oskar1121

Excellent OT User
Joined
Jul 15, 2009
Messages
708
Reaction score
713
Location
Poland
How in topic.
How can I check storage value in XML file?
I want use it in quests.xml to quest log.
 
If I have:
PHP:
<missionstate id="48"
It doesn't work when I change number 48 on |STATE|. Why?

And how can I use locals into XML file?
 
Last edited:
I know about it, but I don't to write 50-th time to same.
Look:
PHP:
<mission name="Name" storageid="1000" startvalue="0" endvalue="3">
			<missionstate id="0" description="You have |STATE| things."/>
			<missionstate id="1" description="You have |STATE| things."/>
			<missionstate id="2" description="You have |STATE| things."/>
			<missionstate id="3" description="You have |STATE| things."/>
</mission>
You understand?

#down
Yes, but it's C++...
 
Last edited:
Back
Top