16.05.2012, 00:34
The only real easy way is to copy/paste the object lines into another document
Use CTRL + H
Look for: -1, -1 ,-1, 300); (supposing that there all set to -1 and 300)
Replace with: 2, -1, -1, 300);
Place the objects back into the script and there
-1 means all worlds so setting it to 2 makes it only show in world 2
Use CTRL + H
Look for: -1, -1 ,-1, 300); (supposing that there all set to -1 and 300)
Replace with: 2, -1, -1, 300);
Place the objects back into the script and there
-1 means all worlds so setting it to 2 makes it only show in world 2

