• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

blackboard tfs 1.3

Dorianek

Member
Joined
Nov 29, 2018
Messages
252
Reaction score
10
Location
Poland
Hello, how to remove these stamps next to TEST? because these stamps only appear when there is something written on the board, if the board is empty it's ok.

player.lua script
LUA:
    local description = "This is it " .. thing:getDescription(distance)

    if LOOK_MARRIAGE_DESCR and thing:isCreature() then
        if thing:isPlayer() and not thing:getGroup():getAccess() then
            description =  description .. self:getMarriageDescription(thing)
        end
    end
 

Attachments

Back
Top