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…
Reference in New Issue