PRC8/nwn/nwnprc/trunk/psionics/psi_psyrog_sjump.nss
Jaysyn904 d87fe14826 Further file organization
Further file organization
2023-08-23 22:11:00 -04:00

6 lines
169 B
Plaintext

#include "psi_inc_psifunc"
void main()
{
UsePower(POWER_DIMENSIONDOOR_SELFONLY, CLASS_TYPE_INVALID, TRUE, GetLevelByClass(CLASS_TYPE_PSYCHIC_ROGUE, OBJECT_SELF));
}