NWNDS/nwnds_anatomy2/acp_s35_fencing.nss

16 lines
311 B
Plaintext
Raw Normal View History

2021-07-12 21:01:05 -04:00
/////////////////////////////////////////////////
// ACP_S35_fencing
// Author: Adam Anden
// Creation Date: 09 March 2007
////////////////////////////////////////////////
#include "acp_S3_diffstyle"
//Sets fencing style
void main()
{
SetCustomFightingStyle(18);
SendMessageToPC(oPC, "Fencing Style");
}