Subversion Repository Public Repository

Nextrek

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

Diff revisions: vs.
  @@ -16,7 +16,11 @@
16 16 [button graphic="mappa/poliziaMappa.png" storage=stazionePolizia.ks target=*day x=453 y=618 width=197 height=120 hint="Police"]
17 17 [button graphic="mappa/casaSorellaMappa.png" storage=casaSorella.ks target=*living x=779 y=482 width=85 height=63 hint="Amber's House"]
18 18 [button graphic="mappa/casaMadreMappa.png" storage=casaMadre.ks target=*living x=1265 y=131 width=74 height=44 hint="Mother's House"]
19 + [if exp="f.day>=1 && f.day<=5"]
19 20 [button graphic="mappa/ufficioAvvMappa.png" storage=ufficioAvv.ks target=*office x=1084 y=888 width=61 height=37 hint="Martha's Office"]
21 + [else]
22 + [button graphic="mappa/ufficioAvvMappa.png" storage=map.ks target=*weekEnd x=1084 y=888 width=61 height=37 hint="Martha's Office"]
23 + [endif]
20 24 [endif]
21 25 [if exp="f.colloquioDonKing=='false'"]
22 26 [button graphic="mappa/casaMcMappa.png" storage=casa.ks target=*stanzaLetto x=1635 y=655 width=84 height=74 hint="Home"]
  @@ -26,8 +30,25 @@
26 30 [button graphic="mappa/poliziaMappa.png" storage=stazionePolizia.ks target=*day x=453 y=618 width=197 height=120 hint="Police"]
27 31 [button graphic="mappa/casaSorellaMappa.png" storage=casaSorella.ks target=*living x=779 y=482 width=85 height=63 hint="Amber's House"]
28 32 [button graphic="mappa/casaMadreMappa.png" storage=casaMadre.ks target=*living x=1265 y=131 width=74 height=44 hint="Mother's House"]
33 + [if exp="f.day>=1 && f.day<=5"]
29 34 [button graphic="mappa/ufficioAvvMappa.png" storage=ufficioAvv.ks target=*office x=1084 y=888 width=61 height=37 hint="Martha's Office"]
35 + [else]
36 + [button graphic="mappa/ufficioAvvMappa.png" storage=map.ks target=*weekEnd x=1084 y=888 width=61 height=37 hint="Martha's Office"]
37 + [endif]
30 38 [endif]
31 39 [_tb_end_tyrano_code]
32 40
33 41 [s ]
42 + *weekEnd
43 +
44 + [cm ]
45 + [tb_show_message_window ]
46 + [tb_start_text mode=1 ]
47 + #&[f.name]
48 + They don't work on weekends[p]
49 + #
50 + [_tb_end_text]
51 +
52 + [tb_hide_message_window ]
53 + [jump storage="map.ks" target="*Mappa" ]
54 + [s ]