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

Solved Execute talkaction by script!

chiitus

Member
Joined
Jun 1, 2009
Messages
206
Reaction score
12
Hey guys, i need a little help, i'm trying to use a .LUA script to execute a talkaction per player that step in a teleport.

Like:
Code:
if getGlobalStorageValue(32145) > 0 then
doCreatureSay(cid, "!rush", TALKTYPE_SAY)
else

The player say this text, but not execute the command, if i type "!rush" by client and press enter the talkaction run normally, but with this script not!
Any help?
Thanks :)
 
Back
Top