Morning
I have had a look through the fourms but can't find what I am looking for.
If i want an exit to be dug our prior to it being used, how do I write this?
Is it an intercept programme or a specific piece of code?
Thanks
Digging out an exit
Re: Digging out an exit
Atraos: The lesson you need is this one about room exits.
In this case, it's just a simple exit flag (EX_DIG). e.g.
This is a down exit which one must dig through to pass.
In this case, it's just a simple exit flag (EX_DIG). e.g.
Code: Select all
DDIR_DOWN
~
~
EX_DIG -1 QQ01 0
"A man may die yet still endure if his work enters the greater work, for time is carried upon a current of forgotten deeds, and events of great moment are but the culmination of a single carefully placed thought." - Chime of Eons
Re: Digging out an exit
Excellent, thank you.
Couldnt see for looking
Couldnt see for looking