Subversion Repository Public Repository

Nextrek

Diff Revisions 1273 vs 1290 for /Wrestling/data/scenario/Allenamento_Brenda_01.ks

Diff revisions: vs.
  @@ -3,11 +3,13 @@
3 3 *Allenamento_Brenda_01
4 4
5 5 [tb_start_tyrano_code]
6 - [if exp="f.incontriBrenda==1" ]
6 + [if exp="f.incontriBrenda==0" ]
7 7 [jump storage=presentazionePalestrati.ks target=*presentBrenda]
8 8 [endif]
9 9 [_tb_end_tyrano_code]
10 10
11 + *esito
12 +
11 13 [tb_ptext_hide time="0" ]
12 14 [tb_image_hide time="0" ]
13 15 [cm ]
  @@ -40,6 +42,7 @@
40 42
41 43 [tb_hide_message_window ]
42 44 [tb_eval exp="f.incontriBrenda+=1" name="incontriBrenda" cmd="+=" op="t" val="1" val_2="undefined" ]
45 + [tb_eval exp="f.vittorieBrenda+=1" name="vittorieBrenda" cmd="+=" op="t" val="1" val_2="undefined" ]
43 46 [jump storage="incremento_statistiche.ks" target="*incremento" ]
44 47 *perde
45 48
  @@ -53,4 +56,5 @@
53 56
54 57 [tb_hide_message_window ]
55 58 [tb_eval exp="f.incontriBrenda+=1" name="incontriBrenda" cmd="+=" op="t" val="1" val_2="undefined" ]
59 + [tb_eval exp="f.sconfitteBrenda+=1" name="sconfitteBrenda" cmd="+=" op="t" val="1" val_2="undefined" ]
56 60 [jump storage="incremento_statistiche.ks" target="*incremento" ]