Hey guys...
how can i make a simple script that:
IF uo.injournal("You see:")
then it try to find out if its blue/red (guess it means good carma or player killer)...
basically i want to make uo.print("test") it yoko find ANY player in joirnal by YOU SEE:
if it cant recognize a players from other npcs then easy way for me would be somehting like this:
IF uo.injournal("You see:")
then something for EXCEPT a names I determine myself (for example Skeleton or Spider)...
thanks
journal recognize players
Moderators: Murderator+, Murderator
Re: journal recognize players
uo.JournalSerial(number) ?
Code: Select all
var Sender = uo.JournalSerial(uo.InJournal("hi")-1)
uo.WaitTargetObject(Sender)
uo.Say(".kill")
///