17 lines
319 B
Plaintext
17 lines
319 B
Plaintext
|
/////////////////////////////////////////////////
|
||
|
// acp_s35_MA_shao
|
||
|
// Author: Adam Anden
|
||
|
// Creation Date: 28 January 2008
|
||
|
////////////////////////////////////////////////
|
||
|
|
||
|
#include "acp_S3_diffstyle"
|
||
|
|
||
|
//Sets Dragon Palm style
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
SetCustomFightingStyle(32);
|
||
|
SendMessageToPC(oPC, "Dragon Palm...");
|
||
|
}
|
||
|
|