Further file organization
Further file organization
This commit is contained in:
16
nwn/nwnprc/trunk/scripts/prc_csm_shdride.nss
Normal file
16
nwn/nwnprc/trunk/scripts/prc_csm_shdride.nss
Normal file
@@ -0,0 +1,16 @@
|
||||
/*
|
||||
Shadow Ride
|
||||
Type of Feat: Class Specific
|
||||
Prerequisite: Crinti Shadow Marauder 1
|
||||
Specifics: You may teleport, as per Dimension Door, once per day per class level.
|
||||
Use: Selected
|
||||
*/
|
||||
|
||||
#include "spinc_dimdoor"
|
||||
|
||||
void main()
|
||||
{
|
||||
object oInitiator = OBJECT_SELF;
|
||||
DimensionDoor(oInitiator, GetHitDice(oInitiator));
|
||||
}
|
||||
|
Reference in New Issue
Block a user