Added PnP Dire Rat.
Added PnP Dire Rat.
This commit is contained in:
8
nwn_dark_sun/onrest.nss
Normal file
8
nwn_dark_sun/onrest.nss
Normal file
@@ -0,0 +1,8 @@
|
||||
void main()
|
||||
{
|
||||
object oPC=GetLastPCRested();
|
||||
|
||||
if (GetLastRestEventType()==REST_EVENTTYPE_REST_FINISHED)
|
||||
ExecuteScript("lib_psionrest", GetLastPCRested());
|
||||
|
||||
}
|
Reference in New Issue
Block a user