Initial commit. Updated release archive.
This commit is contained in:
7
_module/nss/ac_ayla_doonce.nss
Normal file
7
_module/nss/ac_ayla_doonce.nss
Normal file
@@ -0,0 +1,7 @@
|
||||
//Set a variable so the PC can only try convincing the villager once.
|
||||
//Also, set a variable to show that the PC has failed to convice the villager.
|
||||
void main()
|
||||
{
|
||||
SetLocalInt(OBJECT_SELF, "do_once", 1);
|
||||
SetLocalInt(OBJECT_SELF, "convinced", 0);
|
||||
}
|
Reference in New Issue
Block a user