mirror of
http://prc.nwn.ee:3000/Jaysyn/PRC8.git
synced 2025-12-16 22:07:14 -05:00
Clear out experimental .35 files
Clear out experimental .35 files
This commit is contained in:
@@ -1,28 +0,0 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: 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);
|
||||
}
|
||||
Reference in New Issue
Block a user