• 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 Bless function?

bybbzan

mapper
Joined
Aug 4, 2012
Messages
809
Solutions
2
Reaction score
136
Location
Sweden
Hello. I have tried alot of blessing scripts, but none works and then i realized this in console:

Code:
[17:9:29.294] > Loading talkactions... [Warning - TalkAction::loadFunction] Func
tion "blessing" does not exist.

Im using TFS 0.3.7_SVN

What should i do? :blink:
 
CLOSE THREAD PLEASE SOLVED



SOLUTION:
I failed totally..
Code:
<talkaction words="!bless;/bless" event="function" value="blessing.lua"/>
should be..
Code:
<talkaction words="!bless;/bless" event="script" value="blessing.lua"/>
 
Last edited:
Back
Top