Subversion Repository Public Repository

Nextrek

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

Diff revisions: vs.
  @@ -34,6 +34,18 @@
34 34 [eval exp="f.controlloGiorno=f.day"]
35 35 [endif]
36 36
37 + [if exp="f.vinoAction==undefined"]
38 + [eval exp="f.vinoAction=0"]
39 + [endif]
40 +
41 + [if exp="f.message==undefined"]
42 + [eval exp="f.message=0"]
43 + [endif]
44 +
45 + [if exp="f.maxNumIncontriSett==undefined"]
46 + [eval exp="f.maxNumIncontriSett=2"]
47 + [endif]
48 +
37 49
38 50 [_tb_end_tyrano_code]
39 51
  @@ -65,6 +77,17 @@
65 77 [jump storage=scenaMistress.ks target=*top]
66 78 [endif]
67 79 [endif]
80 +
81 + [if exp="f.message==0"]
82 + [if exp="f.fama>=15"]
83 + [playbgm volume="70" time="2000" loop="false" fadein="true" storage="suoni/sms.ogg" ]
84 + [image layer=1 left=-100 top=50 storage ="default/send.png" width=100 height=100 page=fore visible=true name=animazioneMessaggio ]
85 + [anim name="animazioneMessaggio" left="800" time=4000 opacity=0 ]
86 + [anim name="animazioneMessaggio" time=1000 effect=easeOutExpo opacity=0 ]
87 + [eval exp="f.message+=1"]
88 + [eval exp="f.maxNumIncontriSett=5"]
89 + [endif]
90 + [endif]
68 91 [_tb_end_tyrano_code]
69 92
70 93 [tb_start_tyrano_code]