Okay, so pardon if this is a stupid question. Everything I know is self-taught from examples/lua tutorials and the like..
I would like to create a ship compass that is clickable to turn my ship in a particular direction. I created the labels using Geyser like so (the actual label itself is shown ...
Search found 7 matches
- Thu Mar 29, 2012 7:27 pm
- Forum: General Forum
- Topic: Geyser and setClickCallback()
- Replies: 1
- Views: 11424
- Sat Jan 15, 2011 5:00 am
- Forum: Scripts & Packages
- Topic: Achaea: Vadi Mapper capture window
- Replies: 20
- Views: 37052
Re: Achaea: Vadi Mapper capture window
Actually I just figured it out. I need to read the news more. Achaea updated its mapping so if you have CONFIG MAP ON it now reloads the map every time... I turned this off and it works like a charm! Sigh.
Thank you for all your help!
Thank you for all your help!
- Wed Jan 12, 2011 5:17 pm
- Forum: Scripts & Packages
- Topic: Achaea: Vadi Mapper capture window
- Replies: 20
- Views: 37052
Re: Achaea: Vadi Mapper capture window
Okay, I have been successfully using this for some time. Suddenly though, now my map shows in the main window everytime I move. I have no idea how to fix this. It almost looks as if I am typing MAP on every movement.
Any ideas?
Any ideas?
- Sat Jan 08, 2011 2:44 am
- Forum: Howtos, FAQs and Tips & Tricks
- Topic: Help with basic tempTimer syntax
- Replies: 6
- Views: 7555
Re: Help with basic tempTimer syntax
Thank you for the help, I figured out the problem to be bad scripting on my part. I needed to assign a variable to the reagent type I was buying so it would persist (rather than allowing "matches[2]" to go through to the function).
Now I have another problem however. I have an alias as follows ...
Now I have another problem however. I have an alias as follows ...
- Sat Jan 08, 2011 2:44 am
- Forum: Help Forum
- Topic: Help with basic tempTimer syntax
- Replies: 6
- Views: 5549
Re: Help with basic tempTimer syntax
Thank you for the help, I figured out the problem to be bad scripting on my part. I needed to assign a variable to the reagent type I was buying so it would persist (rather than allowing "matches[2]" to go through to the function).
Now I have another problem however. I have an alias as follows ...
Now I have another problem however. I have an alias as follows ...
- Fri Jan 07, 2011 8:10 am
- Forum: Howtos, FAQs and Tips & Tricks
- Topic: Help with basic tempTimer syntax
- Replies: 6
- Views: 7555
Help with basic tempTimer syntax
I am really new to scripting, and have been working on my lua and enjoying the learning, but I have recently run into a problem.
I do not understand the syntax for tempTimer. I can get a simple tempTimer to work such as
tempTimer(2,[[echo("It has been two seconds")]]) to work, but when i try ...
I do not understand the syntax for tempTimer. I can get a simple tempTimer to work such as
tempTimer(2,[[echo("It has been two seconds")]]) to work, but when i try ...
- Fri Jan 07, 2011 8:10 am
- Forum: Help Forum
- Topic: Help with basic tempTimer syntax
- Replies: 6
- Views: 5549
Help with basic tempTimer syntax
I am really new to scripting, and have been working on my lua and enjoying the learning, but I have recently run into a problem.
I do not understand the syntax for tempTimer. I can get a simple tempTimer to work such as
tempTimer(2,[[echo("It has been two seconds")]]) to work, but when i try ...
I do not understand the syntax for tempTimer. I can get a simple tempTimer to work such as
tempTimer(2,[[echo("It has been two seconds")]]) to work, but when i try ...