7 lines
109 B
Plaintext
7 lines
109 B
Plaintext
|
|
void main()
|
|
{
|
|
ClearAllActions();
|
|
ActionUseFeat(ANIMAL_COMPANION_CREATURE_TYPE_WOLF, OBJECT_SELF);
|
|
}
|