UtBS S3-S4: Rename some variables

This commit is contained in:
DisherProject 2019-03-04 13:08:05 +01:00
parent b345123921
commit a5b12b5393
2 changed files with 7 additions and 10 deletions

View file

@ -300,7 +300,7 @@
halo=halo/fire-aura.png
[/item]
{VARIABLE sneak_up 0}
{VARIABLE sneak_up no}
{VARIABLE killed_by_azkotep 0}
{VARIABLE killed_by_ystara 0}
{VARIABLE grak_defeated 0}
@ -1756,7 +1756,7 @@
speaker=Nym
message=_"Right, sorry. Damn creeps."
[/message]
{VARIABLE sneak_up 1}
{VARIABLE sneak_up yes}
[/then]
[else]
[message]

View file

@ -233,10 +233,7 @@
[/recall]
#initialize variables
[set_variable]
name=naga_ambush
value=0
[/set_variable]
{VARIABLE naga_ambush no}
#close one of the two northern tunnels
{RANDOM 1..10}
@ -330,7 +327,7 @@
[if]
[variable]
name=sneak_up
equals=1
boolean_equals=yes
[/variable]
[then]
[remove_shroud]
@ -343,7 +340,7 @@
[/then]
[/if]
{CLEAR_VARIABLE sneak_up}
{CLEAR_VARIABLE random,sneak_up}
[/event]
# starting dialogue
@ -523,7 +520,7 @@
[filter_condition]
[variable]
name=naga_ambush
numerical_equals=0
boolean_equals=no
[/variable]
[/filter_condition]
@ -688,7 +685,7 @@
[if]
[variable]
name=naga_ambush
numerical_equals=0
boolean_equals=no
[/variable]
[then]