Code formatting
From Slavemaker Wiki
From Talk:Dev
I've installed an extension to make code more readable. Observe:
XML sample:
<FirstContest>Today is the first of a series of competitions #slaveheshe can enter, competing against other slaves and other people. These contests occur every 8 days from the first day of the year.</FirstContest> <LaterContests>#slave can compete in a contest again.</LaterContests>
Actionscript sample:
function ShowSexActTitFuck() { if (_root.DickgirlXF > 0) TitsFuckClip.gotoAndStop(2); else if (_root.Lesbian) TitsFuckClip.gotoAndStop(3); else TitsFuckClip.gotoAndStop(1); TitsFuckClip._visible = true; }
XML is a bit more subtle than Actionscript, but its something.