Subversion Repository Public Repository

Nextrek

Diff Revisions 1373 vs 1374 for /Wrestling/data/scenario/store.ks

Diff revisions: vs.
  @@ -46,6 +46,15 @@
46 46 [bg time="0" method="crossfade" storage="negozio/negozio02.jpg" ]
47 47 [glink color="black" storage="store.ks" size="20" text="Back" target="*go" x="879" y="49" width="" height="" _clickable_img="" ]
48 48 [tb_start_tyrano_code]
49 + [if exp="f.soldi>=20"]
50 + [_tb_end_tyrano_code]
51 +
52 + [glink color="black" storage="store.ks" size="20" target="*buyCake" text="Buy" x="1010" y="746" width="" height="" _clickable_img="" ]
53 + [tb_start_tyrano_code]
54 + [endif]
55 + [_tb_end_tyrano_code]
56 +
57 + [tb_start_tyrano_code]
49 58 [if exp="f.soldi>=50"]
50 59 [_tb_end_tyrano_code]
51 60
  @@ -61,6 +70,7 @@
61 70
62 71 [glink color="black" storage="store.ks" size="20" target="*buyCollare" text="Buy" x="464" y="747" width="" height="" _clickable_img="" ]
63 72 [glink color="black" storage="store.ks" size="20" target="*buyGuinzaglio" text="Buy" x="743" y="747" width="" height="" _clickable_img="" ]
73 + [glink color="black" storage="store.ks" size="20" target="*buyVino" text="Buy" x="1008" y="416" width="" height="" _clickable_img="" ]
64 74 [tb_start_tyrano_code]
65 75 [endif]
66 76 [_tb_end_tyrano_code]
  @@ -233,3 +243,77 @@
233 243 [_tb_end_tyrano_code]
234 244
235 245 [s ]
246 + *buyVino
247 +
248 + [tb_eval exp="f.soldi-=100" name="soldi" cmd="-=" op="t" val="100" val_2="undefined" ]
249 + [tb_eval exp="f.vino+=1" name="vino" cmd="+=" op="t" val="1" val_2="undefined" ]
250 + [bg time="0" method="crossfade" storage="negozio/negozioCommessaSalve.jpg" ]
251 + [tb_show_message_window ]
252 + [tb_start_text mode=1 ]
253 + #SalesGirl
254 + Thankyou[p]
255 + #
256 + [_tb_end_text]
257 +
258 + [tb_hide_message_window ]
259 + [tb_start_tyrano_code]
260 + [freeimage layer = 1]
261 +
262 + [_tb_end_tyrano_code]
263 +
264 + [tb_image_show time="1000" storage="default/UI/bar_01_W.png" width="1939" height="40" name="img_8" ]
265 + [tb_ptext_show x="1520" y="0" size="30" color="0x0f0e0e" time="0" text="Day" anim="false" face="undefined" edge="undefined" shadow="undefined" ]
266 + [tb_ptext_show x="1615" y="0" size="30" color="0x0f0e0e" time="0" text="-  Week" anim="false" face="undefined" edge="undefined" shadow="undefined" ]
267 + [tb_start_tyrano_code]
268 + [ptext layer=1 page=fore text="&f.day" size=30 x=1580 y=0 color=black vertical=false]
269 + [ptext layer=1 page=fore text="&f.week" size=30 x=1730 y=0 color=black vertical=false]
270 + [_tb_end_tyrano_code]
271 +
272 + [tb_start_tyrano_code]
273 + [ptext layer=1 page=fore text=&f.forza size=24 x=130 y=8 color=black bold=true ]
274 + [ptext layer=1 page=fore text=&f.destrezza size=24 x=300 y=8 color=black bold=true ]
275 + [ptext layer=1 page=fore text=&f.resistenza size=24 x=490 y=8 color=black bold=true ]
276 + [ptext layer=1 page=fore text=&f.energia size=24 x=670 y=8 color=black bold=true ]
277 + [ptext layer=1 page=fore text=&f.soldi size=24 x=840 y=8 color=black bold=true ]
278 + [ptext layer=1 page=fore text=&f.fama size=24 x=1050 y=8 color=black bold=true ]
279 + [_tb_end_tyrano_code]
280 +
281 + [jump storage="store.ks" target="*shop" ]
282 + [s ]
283 + *buyCake
284 +
285 + [tb_eval exp="f.soldi-=20" name="soldi" cmd="-=" op="t" val="20" val_2="undefined" ]
286 + [tb_eval exp="f.torta+=1" name="torta" cmd="+=" op="t" val="1" val_2="undefined" ]
287 + [bg time="0" method="crossfade" storage="negozio/negozioCommessaSalve.jpg" ]
288 + [tb_show_message_window ]
289 + [tb_start_text mode=1 ]
290 + #SalesGirl
291 + Thankyou[p]
292 + #
293 + [_tb_end_text]
294 +
295 + [tb_hide_message_window ]
296 + [tb_start_tyrano_code]
297 + [freeimage layer = 1]
298 +
299 + [_tb_end_tyrano_code]
300 +
301 + [tb_image_show time="1000" storage="default/UI/bar_01_W.png" width="1939" height="40" name="img_8" ]
302 + [tb_ptext_show x="1520" y="0" size="30" color="0x0f0e0e" time="0" text="Day" anim="false" face="undefined" edge="undefined" shadow="undefined" ]
303 + [tb_ptext_show x="1615" y="0" size="30" color="0x0f0e0e" time="0" text="-  Week" anim="false" face="undefined" edge="undefined" shadow="undefined" ]
304 + [tb_start_tyrano_code]
305 + [ptext layer=1 page=fore text="&f.day" size=30 x=1580 y=0 color=black vertical=false]
306 + [ptext layer=1 page=fore text="&f.week" size=30 x=1730 y=0 color=black vertical=false]
307 + [_tb_end_tyrano_code]
308 +
309 + [tb_start_tyrano_code]
310 + [ptext layer=1 page=fore text=&f.forza size=24 x=130 y=8 color=black bold=true ]
311 + [ptext layer=1 page=fore text=&f.destrezza size=24 x=300 y=8 color=black bold=true ]
312 + [ptext layer=1 page=fore text=&f.resistenza size=24 x=490 y=8 color=black bold=true ]
313 + [ptext layer=1 page=fore text=&f.energia size=24 x=670 y=8 color=black bold=true ]
314 + [ptext layer=1 page=fore text=&f.soldi size=24 x=840 y=8 color=black bold=true ]
315 + [ptext layer=1 page=fore text=&f.fama size=24 x=1050 y=8 color=black bold=true ]
316 + [_tb_end_tyrano_code]
317 +
318 + [jump storage="store.ks" target="*shop" ]
319 + [s ]