diff options
Diffstat (limited to 'conf/magic.conf.template')
-rw-r--r-- | conf/magic.conf.template | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/magic.conf.template b/conf/magic.conf.template index 5b86e021..646b412e 100644 --- a/conf/magic.conf.template +++ b/conf/magic.conf.template @@ -908,6 +908,11 @@ SPELL debug-reset : "debug-reset" = set_script_variable(caster, "MAGIC_FLAGS", 0); set_script_variable(caster, "MAGIC_EXP", 0); +SPELL debug-gotonpc (name : STRING) : "warpnpc" = + REQUIRE DEBUG + => EFFECT warp(caster, location(npc(name))); + + #-------------------------------------------------------------------------------- # Special-purpose quasispells #-------------------------------------------------------------------------------- |