Bow
Performs the “bow” gesture — the character bows as an emote.
Выполняет жест «поклон» — персонаж кланяется.
procedure Bow;
def Bow() -> None: ...
begin
Bow;
Wait(2000);
Salute;
end.
Bow()
Wait(2000)
Salute()
Performs the “bow” gesture — the character bows as an emote.
Выполняет жест «поклон» — персонаж кланяется.
procedure Bow;
def Bow() -> None: ...
begin
Bow;
Wait(2000);
Salute;
end.
Bow()
Wait(2000)
Salute()