mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-04-08 18:35:09 +02:00
Make it possible to add constructs to interactions
This commit is contained in:
parent
3cf7687348
commit
ebbe37413e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user