Initial commit. Updated release archive.
This commit is contained in:
16
_module/nss/sc_intimidate_me.nss
Normal file
16
_module/nss/sc_intimidate_me.nss
Normal file
@@ -0,0 +1,16 @@
|
||||
#include "nw_i0_tool"
|
||||
/* Script generated by
|
||||
Lilac Soul's NWN Script Generator, v. 1.6
|
||||
|
||||
For download info, please visit:
|
||||
http://www.lilacsoul.revility.com */
|
||||
|
||||
int StartingConditional()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
|
||||
if (!GetIsSkillSuccessful(oPC, SKILL_INTIMIDATE, 20)) return FALSE;
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
Reference in New Issue
Block a user