• 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!

Copying code is so annoying now

  • Thread starter Thread starter Xikini
  • Start date Start date
X

Xikini

Guest
I want to copy this random code for example..

and I get this in my clipboard.
LUA:
monster<span>.</span>events <span>=</span> <span>{</span><br><span>"ZombieOnDeath"</span><br><span>}</span>
instead of this..
LUA:
monster.events = {
"ZombieOnDeath"
}

It's just really annoying.
Idk what else to say lol.
 
I want to copy this random code for example..

and I get this in my clipboard.
LUA:
monster<span>.</span>events <span>=</span> <span>{</span><br><span>"ZombieOnDeath"</span><br><span>}</span>
instead of this..
LUA:
monster.events = {
"ZombieOnDeath"
}

It's just really annoying.
Idk what else to say lol.

Can u show a example how u copy?
 
Back
Top