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