Add file
This commit is contained in:
parent
708903acd8
commit
5ddf97c93c
123 changed files with 3203 additions and 828 deletions
|
|
@ -27,7 +27,7 @@
|
|||
out_xml( '\t<Volume> SoundVolume </Volume>\r\n')
|
||||
out_xml( '\t<EventOnClick> \r\n')
|
||||
|
||||
out_xml( '\t\tVar SelectDrink = "'+ product_code[i] +'"\r\n')
|
||||
out_xml( '\t\tVar SelectDrink = $'+ product_code[i] +'.Self\r\n')
|
||||
out_xml( '\t\tVar NameDrink = $' + product_code[i] + '.NameE\r\n')
|
||||
out_xml( '\t\tVar NameDrinkTH = $' + product_code[i] + '.Name\r\n')
|
||||
out_xml( '\t\tVar DrinkDescriptionTH = $' + product_code[i] + '.description\r\n')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue