• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Help with Script

gugu15

Well-Known Member
Joined
Dec 15, 2014
Messages
99
Reaction score
63
Hello, my name is Gustavo. And I'm new here in the forum.
Well, I'm making a script to run on Terminal my OTclient 10:41
The script I'm doing, needs to introduce a variable within the talk command, but the variable needs to be next to a string
my script is this:

Code:
local Name = g_game.getLocalPlayer():getName()  if Name then g_game.talk('exemplo "',(Name)) end


I need help as fast as possible.
I am grateful to those who help.
Thank you.
 
when I put the script to run, she does not speak the variable, only the "example" "
 
Back
Top