Expanded external macros in TIMED_ACTIONS.
This commit is contained in:
parent
27291b4637
commit
c7098011d3
1 changed files with 11 additions and 3 deletions
|
@ -76,11 +76,17 @@
|
|||
#! {MODIFY_UNIT race=orc name ( _ "Azir")}
|
||||
#! )}
|
||||
#! [/event]
|
||||
{VARIABLE_OP TIME_ACTIONS_time_begin time stamp}
|
||||
[set_variable]
|
||||
name=TIME_ACTIONS_time_begin
|
||||
time=stamp
|
||||
[/set_variable]
|
||||
|
||||
{CONTENT_WML}
|
||||
|
||||
{VARIABLE_OP TIME_ACTIONS_time_end time stamp}
|
||||
[set_variable]
|
||||
name=TIME_ACTIONS_time_end
|
||||
time=stamp
|
||||
[/set_variable]
|
||||
|
||||
[message]
|
||||
speaker=narrator
|
||||
|
@ -89,5 +95,7 @@
|
|||
image=wesnoth-icon.png
|
||||
[/message]
|
||||
|
||||
{CLEAR_VARIABLE TIME_ACTIONS_time_begin,TIME_ACTIONS_time_end}
|
||||
[clear_variable]
|
||||
name=TIME_ACTIONS_time_begin,TIME_ACTIONS_time_end
|
||||
[/clear_variable]
|
||||
#enddef
|
||||
|
|
Loading…
Add table
Reference in a new issue