Initial Upload
Initial Upload
This commit is contained in:
8
_module/nss/ginge_talktimes8.nss
Normal file
8
_module/nss/ginge_talktimes8.nss
Normal file
@@ -0,0 +1,8 @@
|
||||
// An "Actions Taken" script to set a quest variable on the PC
|
||||
// in an NPC conversation
|
||||
void main()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
SetLocalInt( oPC, "DEV_TALKTIMES8", 100);
|
||||
}
|
||||
|
Reference in New Issue
Block a user