NWNDS/nwnds_anatomy2/acp_s35_ma_shoto.nss

17 lines
314 B
Plaintext
Raw Normal View History

2021-07-12 21:01:05 -04:00
/////////////////////////////////////////////////
// acp_s35_MA_shoto
// Author: Adam Anden
// Creation Date: 28 January 2008
////////////////////////////////////////////////
#include "acp_S3_diffstyle"
//Sets Sun Fist style
void main()
{
SetCustomFightingStyle(31);
SendMessageToPC(oPC, "Sun Fist...");
}