Posts: 1,534
Threads: 129
Joined: Jan 2012
Reputation:
0
I use streamer plugin for objects(CreateDynamicObject). I wanna change the object's world ID to 0. Yes I know It can be done with CreateDynamicObject. But here's the problem, in my gm, there are about 2000+ objects and I wanna change all the object's world id to 0. Is there any converter or something that I can use to change the object's world id faster?
Posts: 6,236
Threads: 310
Joined: Jan 2011
Reputation:
0
You could use Ctrl+H if there are similar values beside the virtualworld parameter, by selecting all the lines, pressing Ctrl+H and selecting 'Selected text only'.
Care to paste a few of the lines?
Posts: 298
Threads: 22
Joined: Jan 2012
Reputation:
0
Highlight all of the code, and navigate to Edit in the top right corner of Pawno. Click replace and fill the "Selected text only" bubble. From there, replace the world ids to 0. Be weary to not replace other stray zeros in the highlighted code as well by including something significant such as a comma that would only be near the world id parameter.
Posts: 883
Threads: 131
Joined: Mar 2011
Reputation:
0
Paste a line or two so we can explain.
Posts: 1,336
Threads: 30
Joined: Aug 2010
Reputation:
0
convertffs.com
would it be better anyhow ?
Posts: 3,488
Threads: 16
Joined: Jun 2007
Reputation:
0
Ctrl + H
Search: ');'
Replace: ',0);'