Search found 22 matches
- Tue Dec 19, 2006 10:55 pm
- Forum: GamingTools Members::Inner Space
- Topic: Uplink Relay does not seem to be working
- Replies: 1
- Views: 2417
Uplink Relay does not seem to be working
I've been using the same script to send key strokes between two computers for over a year now but now in the last inner space patch the uplink relay does not seem to be working. Has there been a change in the Uplink Relay command? I do uplink RemoteUplink -connect HOME2 It says Connection to HOME2 o...
- Thu Dec 14, 2006 5:20 pm
- Forum: GamingTools Members::Inner Space
- Topic: LavishScript Object Wrappers
- Replies: 1
- Views: 2435
LavishScript Object Wrappers
I am having difficulties wrapping objects in .Net This direct command button sub below works. It returns the value of Me.ToActor.Health by grabbing the object Me then the member ToActor then the Member Health Private Sub cmdMeToActorHealthFunction_Click(ByVal sender As System.Object, ByVal e As ...
- Fri Dec 08, 2006 10:04 am
- Forum: GamingTools Members::Inner Space
- Topic: ISXHelloWorld with
- Replies: 1
- Views: 2253
ISXHelloWorld with
Just wanted to report that I got the example to work using this tutorial http://www.lavishsoft.com/wiki/index.php/NET:Tutorials:HelloWorld Nice to see a .Net app running in IS. First question is how do you refresh the IS cache that is holding the file after you run it for the first time? When you ru...
- Sun Nov 27, 2005 2:43 pm
- Forum: GamingTools Members::Inner Space
- Topic: remote uplink question
- Replies: 11
- Views: 10290
- Sun Nov 27, 2005 9:43 am
- Forum: GamingTools Members::Inner Space
- Topic: remote uplink question
- Replies: 11
- Views: 10290
Re: remote uplink question
Relay othercomp.is1 uplink echo THIS GOES TO THE OTHERCOMP UPLINK When I try this command in a session window I get the message Unknown command 'Relay' Then when I try it in the main console window I get the message Unknown command 'Uplink' On another command when I try to use the command remoteupl...
- Sat Oct 15, 2005 9:05 pm
- Forum: GamingTools Members::Inner Space
- Topic: switch case does not work with vars
- Replies: 2
- Views: 3202
- Sat Oct 15, 2005 2:11 pm
- Forum: GamingTools Members::Inner Space
- Topic: switch case does not work with vars
- Replies: 2
- Views: 3202
switch case does not work with vars
how do you pass a variable to the case statement? this works declare vVal string one Switch "${vVal}" { case one echo val is one break Default echo "can't find vaule" break } but this won't work for some reason declare vTest string one declare vVal string one Switch "${vVal}" { case ${vTest} echo va...
- Mon May 30, 2005 11:50 pm
- Forum: GamingTools Members::Inner Space
- Topic: ver .94 build (2015) quarter screen
- Replies: 3
- Views: 4785
- Mon May 30, 2005 7:43 pm
- Forum: GamingTools Members::Inner Space
- Topic: ver .94 build (2015) quarter screen
- Replies: 3
- Views: 4785
ver .94 build (2015) quarter screen
trying to start eq2 the ula screen comes up quarter in size and you can't hit the accept key to continue.
- Mon May 16, 2005 10:04 am
- Forum: GamingTools Members::Inner Space
- Topic: Add Games, Report Here
- Replies: 57
- Views: 834847
I realize these are not games but I was wondering if you can link to programs like notepad or mspaint? I added them using the add game option and they do in start up using IS but the relay command does not seem to be able to communicate with the sessions at all. Using relay notepad4790D10 Type hello...
- Thu Mar 31, 2005 9:00 pm
- Forum: GamingTools Members::Inner Space
- Topic: press enter
- Replies: 10
- Views: 12661
- Thu Mar 31, 2005 8:06 am
- Forum: GamingTools Members::Inner Space
- Topic: press enter
- Replies: 10
- Views: 12661
- Sun Mar 27, 2005 6:30 am
- Forum: GamingTools Members::Inner Space
- Topic: press enter
- Replies: 10
- Views: 12661
just wondering if the Shift and Alt keys are doing a similar thing. On the hot bars you have numbers 0 to 9 Shift+0 to Shift9 and Alt+0 to Alt+9 and code that presses just the numbers 0 to 9 works but there does not seem to be any way to press the alt+0 to alt+9 or shift+0 to shift+9 keys. I've trie...
- Sat Mar 26, 2005 9:43 am
- Forum: GamingTools Members::Inner Space
- Topic: press enter
- Replies: 10
- Views: 12661
- Fri Mar 25, 2005 9:20 pm
- Forum: GamingTools Members::Inner Space
- Topic: press enter
- Replies: 10
- Views: 12661
press enter
the press enter in EQ2 does not seem to work now.
This code:
console off
wait 50
type /quit
press enter
the code works all the way up to the press /quit part but does not process the press enter
This code:
console off
wait 50
type /quit
press enter
the code works all the way up to the press /quit part but does not process the press enter