This page documents information about Monkey Island 2: LeChuck's Revenge
. Many of the tricks demonstrated here are near impossible in real time and documented for the purposes of creating Tool-assisted Speedruns.
lechuck-appearance-chance is 4
lechuck-appearance-interval is 300
times-lechucks-appeared-recently += 1
foo = (3 - times-lechucks-appeared-recently)
foo = (random foo)
if (!foo) { ; after he's popped up a couple times he's likely to disappear for a while
times-lechucks-appeared-recently = 0
lechuck-appearance-chance is 10 ; that is, 1 in 10
lechuck-appearance-interval is 500
}
if (magic-doll) { ; speed him way up after you make the doll
if (owner-of needle is selected-actor) { ; and have the needle
lechuck-appearance-chance is 2
lechuck-appearance-interval is 120
}
}