NWNDS/nwnds_anatomy2/acp_s35_warrior.nss
acidchalk bfc5847409 a mess
a clusterfuck of stuff
2021-08-11 04:02:43 -04:00

16 lines
316 B
Plaintext

/////////////////////////////////////////////////
// ACP_S35_warrior
// Author: Adam Anden
// Creation Date: 09 March 2007
////////////////////////////////////////////////
#include "acp_S3_diffstyle"
//Sets classic warrior style
void main()
{
SetCustomFightingStyle(21);
SendMessageToPC(oPC, "Warrior...");
}