View Full Version : Imy character will have PK (white skull) gotolabel "pk"
Elizabeth
03-04-2019, 01:40 PM
If X player say Y my character will take follow on Z
Please help me create something like this.
HjugO
03-04-2019, 02:14 PM
If X player say Y my character will take follow on Z
Please help me create something like this.
LocalSpeechProxy.OnReceive("myproxy", function(proxy, mtype, speaker, level, text)
if speaker == "Uranus" and text == "follow message" then
Creature.Follow("Bazioza")
end
end)
Elizabeth
03-04-2019, 06:31 PM
LocalSpeechProxy.OnReceive("myproxy", function(proxy, mtype, speaker, level, text)
if speaker == "Uranus" and text == "follow message" then
Creature.Follow("Bazioza")
end
end)
Buenos gracias :*
Powered by vBulletin® Version 4.2.5 Copyright © 2025 vBulletin Solutions Inc. All rights reserved.