[add] Added new test for testing $repeat and template expansion.
This commit is contained in:
parent
39a6977caf
commit
84895c9454
7
sjscript/test/test02.sj
Normal file
7
sjscript/test/test02.sj
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
$define beat {0}
|
||||||
|
|
||||||
|
$repeat i 100 {
|
||||||
|
A [$i*5+$beat..($i+1)*5+$beat] {
|
||||||
|
damage = 1;
|
||||||
|
}
|
||||||
|
}
|
Reference in New Issue
Block a user