mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-28 00:04:33 +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
|
End Function
|
||||||
|
|
||||||
Public Function GetMessage(ByVal p As Pokemon) As String
|
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 Function
|
||||||
|
|
||||||
End Class
|
End Class
|
||||||
|
Loading…
x
Reference in New Issue
Block a user