PRC8/nwn/nwnprc/trunk/scripts/prc_teleport_aux.nss
Jaysyn904 6ec137a24e Updated AMS marker feats
Updated AMS marker feats.  Removed arcane & divine marker feats.  Updated Dread Necromancer for epic progression. Updated weapon baseitem models.  Updated new weapons for crafting & npc equip.
 Updated prefix.  Updated release archive.
2024-02-11 14:01:05 -05:00

28 lines
652 B
Plaintext

//::///////////////////////////////////////////////
//:: Teleport include auxiliary
//:: prc_teleport_aux
//::///////////////////////////////////////////////
/** @file
The script called when an user has made their
choice when selecting location to teleport to
using an effect that uses the Teleport() in
spinc_teleport
@author Ornedan
@date Created - 2005.11.04
*/
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
#include "spinc_teleport"
void main()
{
if(DEBUG) DoDebug("prc_teleport_aux running");
object oCaster = OBJECT_SELF;
TeleportAux(oCaster);
}