Skip to content

Weidu Regexp question

smeagolheartsmeagolheart Member Posts: 7,963
So normally I'd ask something like this on gib3 but since it's down.. This may be a really easy question but

If I do this to loop through all cre files:
COPY_EXISTING_REGEXP GLOB ~^.+\.cre$~ ~override~

what is the name of the cre file that is currently active when it finds a match?

so it loops through
afight1.cre
afight2.cre
afight3.cre
etc

how do I access the name of whatever it is currently on? How can I tell that it's on afight1? I want to be able to print %currentcrefile% or something.

Comments

Sign In or Register to comment.