Advertisement
Brownies

obi 3.0

Jan 24th, 2015
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.35 KB | None | 0 0
  1.  <if ad_name="Ice Shot">
  2.                     <equip set="QD" />
  3.                 <if (e_day="iceday")>
  4.                     <if e_weather="ice">
  5.                         <equip><waist>Hyorin Obi</waist></equip>
  6.                     </if>
  7.                     <elseif>
  8.                     <if e_weather="icex2">
  9.                         <equip><waist>Hyorin Obi</waist></equip>
  10.                     </if>
  11.                 </if>
  12.                 </if>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement