///////////////////////////////////////////////// // ACP_S35_heavy // Author: Adam Anden // Creation Date: 09 March 2007 //////////////////////////////////////////////// #include "acp_S3_diffstyle" //Sets heavy style void main() { SetCustomFightingStyle(17); SendMessageToPC(oPC, "Barbarian Style..."); }