Skip to content

Commit 747b28e

Browse files
committed
add PScript support to es emitter
1 parent ac20fc2 commit 747b28e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

EmoteScriptLib/Entity/Emote.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -831,6 +831,9 @@ public string GetFluentString()
831831
new Quaternion(AnglesX ?? 0, AnglesY ?? 0, AnglesZ ?? 0, AnglesW ?? 1));
832832
return moveTo.ToString();
833833

834+
case EmoteType.PhysScript:
835+
return $"{PScript}";
836+
834837
case EmoteType.Sound:
835838
return $"{(Sound)Sound}";
836839

0 commit comments

Comments
 (0)