16 lines
308 B
Plaintext
16 lines
308 B
Plaintext
|
/////////////////////////////////////////////////
|
||
|
// ACP_S35_arcane
|
||
|
// Author: Adam Anden
|
||
|
// Creation Date: 09 March 2007
|
||
|
////////////////////////////////////////////////
|
||
|
|
||
|
#include "acp_S3_diffstyle"
|
||
|
|
||
|
//Sets arcane style
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
SetCustomFightingStyle(19);
|
||
|
SendMessageToPC(oPC, "Ars Magna...");
|
||
|
}
|