Skip to content

Commit

Permalink
Update ano_macros.cfg
Browse files Browse the repository at this point in the history
commentary update
  • Loading branch information
cooljeanius committed Jan 3, 2024
1 parent b28e60b commit a445cf8
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions macros/ano_macros.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@
[/filter]
#enddef

# (SCROLL_TO is a mainline macro; no need to define it ourselves)

#define PLAY_SOUND SOUND_FILE
[sound]
name={SOUND_FILE}
Expand Down Expand Up @@ -145,6 +143,9 @@
[set_variables]
name=ano_hero_chars
[split]
# These are the characters who can have support conversations with one another;
# if adding to it, be prepared for the multiplicative effect that it will have on
# the number of support conversations that you will have to write:
list="Gawen,Reme,Reumario,Regven,Yahyazad,Lorin,Karen,Ruvio"
separator=","
[/split]
Expand Down Expand Up @@ -219,6 +220,7 @@
side=1
team_name=good
[/filter]
# TODO:
# - check for adjacent units with support connections
# - increase support accordingly
[/event]
Expand Down Expand Up @@ -551,10 +553,6 @@
[/clear_variable]
#enddef

# wmlindent: start ignoring
# (RECALL is a mainline macro; no need to define it ourselves)
# wmlindent: stop ignoring

#define RECALL_TYPE Name
[recall]
type={Name}
Expand Down

0 comments on commit a445cf8

Please sign in to comment.