Author: shadowmaster
Date: Sun Apr 27 03:01:36 2008
New Revision: 26149

URL: http://svn.gna.org/viewcvs/wesnoth?rev=26149&view=rev
Log:
* Use translatable ally name instead of the nontranslatable $ally_name variable 
value in dialogues

Modified:
    
trunk/data/campaigns/Under_the_Burning_Suns/scenarios/11_Battle_for_Zocthanol_Isle.cfg

Modified: 
trunk/data/campaigns/Under_the_Burning_Suns/scenarios/11_Battle_for_Zocthanol_Isle.cfg
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/campaigns/Under_the_Burning_Suns/scenarios/11_Battle_for_Zocthanol_Isle.cfg?rev=26149&r1=26148&r2=26149&view=diff
==============================================================================
--- 
trunk/data/campaigns/Under_the_Burning_Suns/scenarios/11_Battle_for_Zocthanol_Isle.cfg
 (original)
+++ 
trunk/data/campaigns/Under_the_Burning_Suns/scenarios/11_Battle_for_Zocthanol_Isle.cfg
 Sun Apr 27 03:01:36 2008
@@ -2070,11 +2070,19 @@
             [/then]
 
             [else]
+                [store_unit]
+                    [filter]
+                        id=$ally_name
+                    [/filter]
+                    kill=no
+                    variable=temp_ally_store
+                [/store_unit]
                 [message]
                     speaker=$ally_name
                     image=portraits/grog.png
-                    message= _ " $ally_name not going to just sit here while 
Kaleh does all the fighting. Kaleh will need strong fighter like $ally_name. 
Other elves may be scared, but $ally_name fear no dark place. $ally_name just 
hope there still something to smash when he gets there."
+                    message= _ "$temp_ally_store.name not going to just sit 
here while Kaleh does all the fighting. Kaleh will need strong fighter like 
$ally_name. Other elves may be scared, but $temp_ally_store.name fear no dark 
place. $temp_ally_store.name just hope there still something to smash when he 
gets there."
                 [/message]
+                {CLEAR_VARIABLE temp_ally_store}
             [/else]
         [/if]
 


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to