6 lines
98 B
Plaintext
6 lines
98 B
Plaintext
void main()
|
|
{
|
|
if (IsInConversation(OBJECT_SELF) || GetIsInCombat()) return;
|
|
ActionRandomWalk();
|
|
}
|