journal recognize players

Ask for help

Moderators: Murderator+, Murderator

Post Reply
Shokarta
Posts: 19
Joined: 2010-12-01 08:01:12

journal recognize players

Post by Shokarta »

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
DreadLord
Posts: 42
Joined: 2009-02-28 15:02:09
Location: Украина
Contact:

Re: journal recognize players

Post by DreadLord »

uo.JournalSerial(number) ?

Code: Select all

var Sender = uo.JournalSerial(uo.InJournal("hi")-1)
uo.WaitTargetObject(Sender)
uo.Say(".kill")
///
Post Reply