Simplify the tutorial a bit using the 'side X turn refresh' event
This commit is contained in:
parent
77fd990ac4
commit
a1ed51a95b
1 changed files with 1 additions and 17 deletions
|
@ -1479,23 +1479,7 @@ I am particularly good with the sword, dealing 8 damage in 4 attacks."
|
|||
|
||||
# WE control the AI! Bwahahaha!
|
||||
[event]
|
||||
name=turn refresh
|
||||
first_time_only=no
|
||||
[if]
|
||||
[variable]
|
||||
name=side_number
|
||||
numerical_equals=2
|
||||
[/variable]
|
||||
[then]
|
||||
[fire_event]
|
||||
name=scripted enemy turn
|
||||
[/fire_event]
|
||||
[/then]
|
||||
[/if]
|
||||
[/event]
|
||||
|
||||
[event]
|
||||
name=scripted enemy turn
|
||||
name=side 2 turn refresh
|
||||
first_time_only=no
|
||||
{CLEAR_PRINT}
|
||||
[if]
|
||||
|
|
Loading…
Add table
Reference in a new issue