1
OpenEUO Scripting Chat / Need alittle help
« on: September 30, 2014, 10:20:50 AM »
Hi there, im trying to lern/do a own script for a super easy thing. but i can find where to start, so i thought id just ask
Im looking for something like, this.
on hotkey Z
use item x
if no item of that kind then print "funny comment here"
waitforcursor/waitfor target
else wait for journal secret word
when right word said in journal
target last target.
And ofc i want this in lua for openeuo
If you just want to give me some hints/something to start off that would be awsome!
Post Merge: September 30, 2014, 12:39:07 PM
Ive looked around and ive stolen some here and there to get something going. Ive made it so that i can use the item!
progress!
But i have no idee on how to do the journal thing, and i have no idee on how to make the script go back and wait for me to use the hotkey again. it just stopps after 1 use =(
Im looking for something like, this.
on hotkey Z
use item x
if no item of that kind then print "funny comment here"
waitforcursor/waitfor target
else wait for journal secret word
when right word said in journal
target last target.
And ofc i want this in lua for openeuo

If you just want to give me some hints/something to start off that would be awsome!

Post Merge: September 30, 2014, 12:39:07 PM
Ive looked around and ive stolen some here and there to get something going. Ive made it so that i can use the item!

But i have no idee on how to do the journal thing, and i have no idee on how to make the script go back and wait for me to use the hotkey again. it just stopps after 1 use =(