If you have either Sola or Ascension installed, you can give your character the dim door ability. Either use SK and copy it from Sola or make yourself a script that says something like this:
IF
HotKey(K)
THEN
RESPONSE #100
AddSpecialAbility("dimdoor")
END
... then compile the script to foo.bs, put it in your scripts directory, give it to a char in the game, turn on ai, select that char, and press 'k'.
It's much easier just to turn on cheat mode and press Ctrl-J, though.
|