Delta68
+Premium Members-
Posts
1696 -
Joined
-
Last visited
Everything posted by Delta68
-
Can you post your .lua file so we can see what's going one? Thanks
-
Ihre Englisch ist besser als meine Deutsch! When using the builder, you can load a .lua file and use 'Publish to my machine' to compile it. The 'compile a cartridge' is only enabled if you DO NOT load a .lua file into the builder. You can then browse for a .lua file to compile. Does this make sense?
-
Yeah I can see exactly where you are going wrong. Fore example, your function: function zinputchurch:OnGetInput(input) Church = concvathex(Church) -- #GroupDescription=camp question -- -- #Comment=camp question Comment -- if Wherigo.NoCaseEquals(concathex(Church),"3537") then should be: function zinputchurch:OnGetInput(input) Church = concathex(input) -- #GroupDescription=camp question -- -- #Comment=camp question Comment -- if Wherigo.NoCaseEquals(Church,"3537") then Also, it makes life easier if you use the same variable thoughout; thus: function zinputchurch:OnGetInput(input) var= concathex(input) -- #GroupDescription=camp question -- -- #Comment=camp question Comment -- if Wherigo.NoCaseEquals(var,"3537") then That way you can do a search and replace for all instances of var= "concathex(input)" with var= concathex(input) when the builder messes it up again. I just noticed that your 'Church' one above has a typo in the function name (a stray v) as well which wouldn't help matters!
-
CONGRATULATIONS TO L8HNB 600 FINDS!! You chose a good 'un for your milestone, the Wye Valley Ghost Train is one of our favourites Mark & Donna
-
You can compile the edited file using the Builder just do: tools -> compile a cartridge. You can then run the compiled cartridge in the emulator. Do not open the lua file in the builder though as this option will be greyed out. Also, I found that I had to set my pc to US regional settings to prevent the file being knobbled...
-
Aha! That's it! It has to have a photo! Thanks
-
I tacked this onto the end of another thread in the Travel Bugs section but I was worried it might be overlooked: Is this functionality still being supported? It works ok for our older trackables but not more recently activated ones for example if I try this one straight in a browser window http://img.geocaching.com/stats/tb.aspx?gu...18-02133bd8fdfa I get this error: but our gingerbread man works fine: http://img.geocaching.com/stats/tb.aspx?gu...df-81f7e04b6d2a Thanks
-
Is this functionality still being supported? It works ok for our older trackables but not more recently activated ones for example if I try this one straight in a browser window http://img.geocaching.com/stats/tb.aspx?gu...18-02133bd8fdfa I get this error: but our gingerbread man works fine: http://img.geocaching.com/stats/tb.aspx?gu...df-81f7e04b6d2a
-
I experienced parts of the script going missing when saving. Try setting your PC's regional settings to US This seems to stop a lot of the bugs
-
In the 'Else' section you can display a message informing the user that the answer is wrong and then re-call the input script again. The alternative to this would be to get the cacher to exit and re-enter the zone to get the event to trigger again. This is messy in my opinion and looks very strange in real life
-
We only log trigpoints when they appear as GC45CC; can't be bothered with logging trigpoints by themselves on a separate list. If you want GC45CC to move to any particular trigpoint, outforthehunt is very quick in answering emails (allowing for time difference etc). We requested this a couple of weeks ago so a virtual could be included in a set of caches we set...
-
You can download a list in gpx format from www.trigpointinguk.com
-
I found I got fewer errors if I set my PC to US regional settings when using the builder.
-
Yeah I know. But what I want to know is: "Is it accessible in code?"
-
When a cartridge first runs it shows the player's name. Is this accessible in code? I presume it's a property of Wherigo.Player Thanks
-
I think I might have found what I was looking for now. Thanks
-
I think the one with the biggest difference between external dimensions and internal dimensions was the size of a pigeon (ok was as pigeon!) but the cavity for the log was more like a nano... Rest assured it was a plastic pigeon! Yeah, I'd have said that a 1 litre box is a small and an ammo can is a regular
-
*content deleted as I changed my mind* Sorry
-
Will do! Thanks
-
Erm... but it's a public list belonging to someone else...
-
I expect this has been mentioned before. I just created a PQ from a public bookmark list Observation 1: the page still has the 'eBook Format' checkbox Observation 2: Why aren't the standard Filter Options available on this page? eg ignore finds. Thanks
-
Thanks for the reply twolpert.
-
How can I remove trailing spaces from input? Thanks
-
OK thanks Any experience on playing sounds in Wherigo cartridges on the Colorado?