Hello, i need help with this command, I want to make it so that when someone tries to use it with a certain ring (item) on it, it won't let you use it.
I'AM USING TFS 1.2
@Xikini
This is the script command in talkactions.
function onSay(player, words, param)
player:sendSkillPointsWindow()
return false
end
I'AM USING TFS 1.2
@Xikini
This is the script command in talkactions.
function onSay(player, words, param)
player:sendSkillPointsWindow()
return false
end