jastey Posted April 23, 2014 Share Posted April 23, 2014 I posed the question here but I fear it might get lost if I don't make it an own thread. How would I write the syntax if I want to patch (using REPLACE_ACTION_TEXT) "EscapeArea()" as well as things like "EscapeAreaDestroy(90)" (and preferably all other possibilities)? Currently, I have REPLACE_ACTION_TEXT %tutu_var%harbor ~EscapeArea()~ ~MoveToPoint([431.171]) How would I write it to replace all instances of "EscapeArea.*\)"? Link to comment
Ardanis Posted April 23, 2014 Share Posted April 23, 2014 ~EscapeArea[^)]+)~, I think. Link to comment
jastey Posted April 23, 2014 Author Share Posted April 23, 2014 Yes, that works. Thank you very much! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.