View Single Post
Old 03-08-10, 02:27 AM   #5
karamazovnew
The Old Man
 
Join Date: Mar 2009
Location: Bucharest, Romania
Posts: 1,403
Downloads: 151
Uploads: 0


Default

Quote:
Originally Posted by Hitman View Post
Will give it a try ASAP, thanks

Will it work if I only paste there the section I'm modifying, e.g. G26?
Ofc, but you can also paste in any text. What it does is this:
- you tell it to look for page GXX
- it starts from the beginning of the file and searches for "[GXX I"
- then it replaces the following number with an incremental value (starting from 1) until it finishes the entire document

That's why you shouldn't have commented items in your file and they should be pretty much in order. Also, you only need to bother to rename copy/pasted items so that they have the proper page number:


[G27 I103]
[G27 I82]
[G27 I82]
[G27 I102]

is ok, but


[G27 I103]
[G27 I82]
;[G27 I82]
[G27 I102]

is not and neither is


[G27 I103]
[G27 I82]
[G26 I82]
[G27 I102]

It won't bug the macro, but it will bug the game
karamazovnew is offline   Reply With Quote