Initial upload
Initial upload
This commit is contained in:
9
_module/nss/sfcs_holy_av.nss
Normal file
9
_module/nss/sfcs_holy_av.nss
Normal file
@@ -0,0 +1,9 @@
|
||||
#include "sfcs_functs"
|
||||
void main()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
SetLocalString(OBJECT_SELF, "BONUS", "HOLY_AVENGER");
|
||||
ActionDoCommand(SetMenuText());
|
||||
ActionWait(0.25);
|
||||
ActionStartConversation(oPC);
|
||||
}
|
Reference in New Issue
Block a user