View Single Post
Old 03-30-2003, 02:00 PM   #5
weimer
The Magister
 

Join Date: November 6, 2002
Location: Berkeley, CA
Age: 47
Posts: 118
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.
weimer is offline   Reply With Quote