Added NWN Dark Sun module contents

Added NWN Dark Sun module contents.
This commit is contained in:
Jaysyn904
2021-07-12 21:24:46 -04:00
parent 556224a658
commit de24f81734
10609 changed files with 146652 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
/////////////////////////////////////////////////////
// //
// Invizible420's Ghost w/ visuals and Possession //
// //
// Created 03/11/03 By: Invizible420 //
// //
/////////////////////////////////////////////////////
/*
Description: This is the on_heartbeat script
for a ghost. I tried to make it fairly
accurate to 3rd edition rules (at least as
close as NWN will let me).
This heartbeat script will give the ghost a
percent chance to use Malevolence (posses)
the pc as well as do some of the other nasty
things that 3rd edition ghosts can do.
This script will only fire if a PC is within
fDist (See Below) meters of the ghost and if
a PC is in the area.
So to not consume unnecessary CPU cycles.
SEE i420_ghost_fx
for more details and customization
*/
void i420_Ghost(object oTarget)
{
ExecuteScript("i420_ghost_fx",oTarget);
}