|
Eowyn Apprentice
Joined: 19 Jan 2001 Posts: 117 Location: Norway
|
Posted: Sat Nov 09, 2002 2:24 pm
Problems with #find |
I have a script that will run just fine for a couple of hours, but then the program will just start ignoring the #find commands the script sends. (Doesn't follow on the map any more.) This is not in any specific room or anything - it just stops working after running for so and so long.
To get the script going again I need to manually type #find in the commandwindow. After this the script will work for a few hours again.
I'm using Zmud 6.16.
I don't suppose there's a command to enter text into the commandwindow and press enter as a workaround to this bug?
Thx.
-E |
|
|
|
EdwinDroom Wanderer
Joined: 25 Jan 2002 Posts: 77 Location: Ireland
|
Posted: Sun Nov 10, 2002 1:31 pm |
This what you're looking for?
INPUT
Syntax: #IN string [highlight]
Copy the string into the current command buffer, replacing the current contents. If the second parameter is present and non-zero, the text in the command line is highlighted.
INPUT example
#IN get @item
Expand the value of the @item variable and place the command get followed by this value into the current command buffer.
(from help files)
"I've got an allergy to Perrier, daylight and responsibility" - Marillion
Check out Moral Decay on 131.247.113.1 3003 |
|
|
|
Eowyn Apprentice
Joined: 19 Jan 2001 Posts: 117 Location: Norway
|
Posted: Sun Nov 17, 2002 12:59 am |
Yes, that's what I need. But I also need the script to hit enter after the
#IN #find
Don't suppose there's a command to hit enter..? |
|
|
|
|
|