PDA

View Full Version : how do i get my char to talk? (i.e) deposit gold



Daffik
02-19-2013, 02:33 AM
as the title states^ ^ ^ ^ how do i get my char to talk? (i.e) deposit gold, buy food ect...


thanks in advance

Daffik ^.^

strumpaa
02-19-2013, 09:24 AM
You have to know something about lua.. Try to look for scripts thats already on the forum and learn a bit from them thats what I did!



:)

rustas
02-19-2013, 11:28 AM
Or in the walker menu add "one line script" and input Self.Say("hi") wait(700) Self.SayToNpc("deposit all") wait(700) Self.SayToNpc("yes").