Advertisement
Dettolsoap

Linking items in map editor ~ Transformice

Apr 10th, 2013
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.88 KB | None | 0 0
  1. How to link grounds to make them one by dettolsoap
  2.  
  3. Okay you're going to need this code <JR M1="A" M2="B"/> okay so lets say we have a map with 2 grounds and we want to make them equal (One) so when one moves so does the other Here's an examample Let's say we have a ground "A" and a ground "B" and i want to link these grounds so when i move A, B will move too, Or when b moves a moves with it like in this map: Go here for the xml http://pastebin.com/gCb34vMe . But a and b are not linked So to get them linked first we have to click one of the grounds doesn't matter which one you click as long as it is "A" Or "B" I will choose ground a with the selector and look at it's z number it should say z: 1 and when we click b it should say z:2 in order to link them we have to add <JR M1="A" M2="B"/> into it but we need to replace the M1="a" and M2= "B" with there z numbers so you should have <JR M1="1" M2="2"/> Also you will need to add to your code <L> and </L> next to your code so Now you should have <L><JR M1="1" M2="2"/></L> And we need to add this in the end of the map here is a paste with a "Here" on where you will need to add the <L><JR M1="1" M2="2"/></L> http://pastebin.com/G5m5p2ny Once added in that spot they should be linked so return to the map and Put in the edited xml If it says invalid make sure you have copied it right and if it works you can cannon one of the grounds to see one move with the other :) you can make multiple links by just finding out the z's of other grounds and putting in another <JR M1="A" M2="B"/> But make sure you put it within the l like this one : <L><JR M1="A" M2="B"/>JR M1="A" M2="B"/></L> you can make multiple links as long as they're inside the <L> and </L> and are along side the other links You can also make 3 grounds link to one like this: <L><JR M1="A" M2="B"/>JR M1="B" M2="B"/></L> I hope this has helped you on linking grounds :)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement