space_crawl
Space Crawl
Lets the caster enter and exit tiles of space or misc turfs.
Procs | |
do_spacecrawl | Attempts to enter or exit the passed space or misc turf. Returns TRUE if we successfully entered or exited said turf, FALSE otherwise |
---|---|
on_focus_lost | Signal proc for [SIGNAL_REMOVETRAIT] via TRAIT_ALLOW_HERETIC_CASTING, losing our focus midcast will throw us out. |
try_enter_jaunt | Attempts to enter the passed space or misc turfs. |
try_exit_jaunt | Attempts to Exit the passed space or misc turf. |
Proc Details
do_spacecrawl
Attempts to enter or exit the passed space or misc turf. Returns TRUE if we successfully entered or exited said turf, FALSE otherwise
on_focus_lost
Signal proc for [SIGNAL_REMOVETRAIT] via TRAIT_ALLOW_HERETIC_CASTING, losing our focus midcast will throw us out.
try_enter_jaunt
Attempts to enter the passed space or misc turfs.
try_exit_jaunt
Attempts to Exit the passed space or misc turf.