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

TFS 1.X+ "doCreatureExecuteTalkAction" tfs 1.2+?

roriscrave

Advanced OT User
Joined
Dec 7, 2011
Messages
1,188
Solutions
34
Reaction score
200
Hello guys, have some function in tfs 1.2 that is similar to this function? (tfs 0.4)
Code:
doCreatureExecuteTalkAction

I need to make a player execute a talkaction, in tfs 0.4 i use like this:
Code:
doCreatureExecuteTalkAction(cid, "/sege", TRUE)

but in 1.2 i get error "Nil Value"
 
Make a new function in libs (look at how functions are made in creature libs) & call that function by creature:yourFunction()
 
Back
Top