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

[c++] monster say

vyctor17

Member
Joined
Oct 17, 2010
Messages
79
Reaction score
13
Anyone know how to make a creatureevent that picks up where the monster speaks?

ex:
function onMonsterSay(cid, text, type)
if getCreatureName(cid) == "Rat" then
print(" A rat says:"..text)
end
return true
end

and type return SPEAK_MONSTER_YELL, SPEAK_MONSTER_SAY

SOLVED PLX CLOSE THIS TOPIC
 
Last edited:
http://www.blacktibia.org/t21529-creaturevent-pedido#168880

UsvO2oy.gif
 
Back
Top