Make it possible to add constructs to interactions

This commit is contained in:
JappaWakka 2024-08-25 18:09:17 +02:00
parent 3cf7687348
commit ebbe37413e
1 changed files with 1 additions and 1 deletions

View File

@ -867,7 +867,7 @@
End Function
Public Function GetMessage(ByVal p As Pokemon) As String
Return Me.Message.Replace("<name>", p.GetDisplayName())
Return ScriptVersion2.ScriptCommander.Parse(Me.Message.Replace("<name>", p.GetDisplayName())).ToString
End Function
End Class