Getting multi-level support
An RPG using the Nazghul engine where you take part in various sieges.
Status: Pre-Alpha
Brought to you by:
iastre
Need to implement it so that any npcs standing on certain terrains are transported to the second level when you go up a ladder. Currently I cannot get npcs to be transported from one place to another. (i.e, I need something like (kern-obj-relocate (car (get-beings-at (mk-loc p_test 9 9))) (mk-loc p_test_upper 9 9) nil) to work.)