Cover
Re: Cover
NutJob, you're a bad scripter, there be better I think :
Code: Select all
function FoundTheGrail()
DvdName = "LoG"
Version = 2
for item.merchant:getName() ~= DvdName do
self.go.google:getImage()
else
self.mood.annoy:enable()
end
if DvdName + Version = "LoG"."2" then
self.go.google:download()
end
end
- Eleven Warrior
- Posts: 752
- Joined: Thu Apr 18, 2013 2:32 pm
- Location: Australia
Re: Cover
Good job Doridion that's how things should be done the complete scrip with everything added including how to activate the script:)
Re: Cover
Arf .... tested and got an issue for me (( When enter it, i got for result [Pregnant] .... seems "beer" must be replaced by "milk" ((NutJob wrote:fightForTheRight(party.party, "beer", desk.x, desk.y, "girlfriend_07", true)
Hmmm ... no, I seen something :Eleven Warrior wrote:Good job Doridion that's how things should be done the complete scrip with everything added including how to activate the script:)
Code: Select all
function FoundTheGrail()
DvdName = "LoG"
Version = 2
for item.merchant:getName() ~= DvdName do
if DvdName + Version = "LoG"."2" then
self.go.google:getImage()
self.go.google:download()
end
else
self.mood.annoy:enable()
end
end