phys glitch kinda fixed but i'm no longer sure about that

This commit is contained in:
minjaesong
2023-08-11 17:03:51 +09:00
parent 77b51a45dd
commit 3dec312989
2 changed files with 79 additions and 112 deletions

View File

@@ -30,7 +30,7 @@ PlainText = ? regular string but does not contain { c U r L y } brackets ? ;
function ShowMsg(string: String, vararg args: String) { ... } // pre-defined
val m = "Give {0} {P.0 1} to {2.ACC}"
ShowMsg(m, 42, "GAME_ITEM_COAL", conversationTarget.actorValue.name)
ShowMsg(m, 42, "ITEM_COAL", conversationTarget.actorValue.name)
val m2 = "{0}{G.0 을 를} 찾을 수 없습니다"
ShowMsg(m2, something)