Thread history
From Slavemaker Wiki
From Talk:Dev
Viewing a history listing
Viewing a history listing
| User | Activity | Comment | |
|---|---|---|---|
| 23:57, 14 March 2012 | WikiSysop (Talk | contribs) | New reply created | (Reply to Code formatting) |
| 23:56, 14 March 2012 | WikiSysop (Talk | contribs) | New thread created |
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.