PRC8/trunk/scripts/prc_csm_shdwalk.nss
Jaysyn904 1662218bb4 Initial upload.
Adding base PRC 4.19a files to repository.
2022-10-07 13:51:24 -04:00

17 lines
302 B
Plaintext

/*
Shadow Walk
Type of Feat: Class Specific
Prerequisite: Crinti Shadow Marauder 3
Specifics: You may teleport, as per the spell, once per day.
Use: Selected
*/
#include "spinc_teleport"
void main()
{
object oPC = OBJECT_SELF;
Teleport(oPC, GetHitDice(oPC), SPELL_TELEPORT, FALSE, "");
}