Added ACP v4.1
Added ACP v4.1. Full compile. Updated module name. Updated release archive.
This commit is contained in:
10
_module/nss/set_cep_tail.nss
Normal file
10
_module/nss/set_cep_tail.nss
Normal file
@@ -0,0 +1,10 @@
|
||||
void main()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
int nTailType = 566;
|
||||
|
||||
|
||||
SendMessageToPC(oPC, "Your Current # = " + IntToString(nTailType));
|
||||
|
||||
SetCreatureTailType(nTailType, oPC);
|
||||
}
|
||||
Reference in New Issue
Block a user