Cover
Posted: Fri Oct 31, 2014 5:33 pm
Hello who can i found a cover for log2 ? for the dvd box
findEntityByName("dvd_box_1") should work.Ashina wrote:Hello who can i found a cover for log2 ? for the dvd box
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
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