like this
a = {
b = {
param = 1
}
}
b = {
while = {
count = param
to do sth
}
}
in scripted_effects it didnt work. And in scripted_trigger it just can do this.
In trigger i want the code like this.
a = {
if limit b = yes
to do sth
}
b = {
is_ai = no
}
but vs code throw a exception, b cannot in limit scope.
a = {
b = {
param = 1
}
}
b = {
while = {
count = param
to do sth
}
}
in scripted_effects it didnt work. And in scripted_trigger it just can do this.
In trigger i want the code like this.
a = {
if limit b = yes
to do sth
}
b = {
is_ai = no
}
but vs code throw a exception, b cannot in limit scope.