Hi, I wanted to change this to timed text instead
But when I run the map it says "Syntax Error, unexpected: end of line?"
-
Game - Display to Players the text: (PlayerColor[(Player number of Loan_player)] + ((Name of Loan_player) + (|r wants to borrow + ((String(Loan_playerBRequest)) + gold. Type |cFF99ccff-l|r to lend him.))))
JASS:
call DisplayTimedTextToForce( udg_Players, udg_Loan_msgTime, ( udg_PlayerColor[GetConvertedPlayerId(udg_Loan_player)] + ( GetPlayerName(udg_Loan_player) + ( "|r wants to borrow " + ( I2S(udg_Loan_playerBRequest) + " gold. Type |cFF99ccff-l|r to lend him." ) )