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

(Question) InSeNSitiVe talkactions? [SOLVED]

Guitar Freak

_LüA_n☺b_
Joined
Dec 27, 2008
Messages
831
Reaction score
13
Location
Caracas, Venezuela
Im wondering, is it possible to make "case insensitive" talkactions? (in TFS 0.3.5pl1)

Because right now all the ones Ive seen are case sensitive, i.e:


What I want is to know how to make one that is insensitive, i.e:

talkaction example = tAlKacTiON EXAMPLe

So, is it possible? :confused: How? :$

Ill be +Repping real helpful non-repetitive responses :peace:

Thanks in advance.
 
Last edited:
<3 Fare! :)

For anyone who minds, the answer to my topic's question is:

Lua:
sensitive="no"
Silly me :D

+Rep for you :)

PS: A similar question from this same topic, is it possible to make the params of a talkaction insensitive in LUA?

Example:

Lua:
if param == "List" then
	doPlayerPopupFYI(cid, msg)
	return TRUE
end

If I wanted that "List" param to be case insensitive, is there something like a function for it?

Thanks in advance!
 
Back
Top