koitsalu
Banned User
- Joined
- Sep 27, 2007
- Messages
- 562
- Reaction score
- 1
Hey, I was looking true some .xml scripts and other one, I was wondering if there was a function [perhaps in notepad++], a program or anything that Auto Tabed..
Example :
An untabed script would be like this:
And a tabed script would look like this:
Example :
An untabed script would be like this:
Code:
<spawns>
<spawn centerx="915" centery="1030" centerz="6" radius="5">
<monster name="Cyclops" x="1" y="1" spawntime="200"/>
</spawn>
<spawns>
And a tabed script would look like this:
Code:
<spawns>
<spawn centerx="915" centery="1030" centerz="6" radius="5">
<monster name="Cyclops" x="1" y="1" spawntime="200"/>
</spawn>
<spawns/>