- Joined
- Aug 15, 2012
- Messages
- 136
- Reaction score
- 18
- First Language
- English
- Primarily Uses
- RMMV
Hello I'm looking for a script that will basically add notes to the bottom of a large list if armors,weapons, and items.
So for example lets say I have 1000 weapons in my game, and I want to add a note tag (the note tag will be the same in this example) to all of them.
"<IQC common>" <<<we will be using this note tag for example
Regularly I would have to do it one by one which would take a very long time.
So what the script would do is shorten that time by adding the note you want to the end of the note section of the selected item(w,A,I) IDs.
here's how the set up might look
note: "<IQC common>"
location: W1,w2,w3,w4,a1,a2,a3,i1,i2,i3
this first example would add the note <IQC common>
to the end line of the note section of weapons IDs 1-4, amors 1-3, and items 1-3
or
note: "<IQC common>"
location: w1-w100
this second example would basically just add the note tag to the end line of the note section of weapons 1-100
what do I mean by the end line of the note section?
well that means in the note section if there are any other notes the script would add the new note to the bottom of the last note
so:
test note
<product>
<IQC common>
<<<The script would add the new note here.
Thank you in advance!!!!!!
So for example lets say I have 1000 weapons in my game, and I want to add a note tag (the note tag will be the same in this example) to all of them.
"<IQC common>" <<<we will be using this note tag for example
Regularly I would have to do it one by one which would take a very long time.
So what the script would do is shorten that time by adding the note you want to the end of the note section of the selected item(w,A,I) IDs.
here's how the set up might look
note: "<IQC common>"
location: W1,w2,w3,w4,a1,a2,a3,i1,i2,i3
this first example would add the note <IQC common>
to the end line of the note section of weapons IDs 1-4, amors 1-3, and items 1-3
or
note: "<IQC common>"
location: w1-w100
this second example would basically just add the note tag to the end line of the note section of weapons 1-100
what do I mean by the end line of the note section?
well that means in the note section if there are any other notes the script would add the new note to the bottom of the last note
so:
test note
<product>
<IQC common>
<<<The script would add the new note here.
Thank you in advance!!!!!!

