ID:150886
 


i have a verb on an object, in my game no two of these objects can posibly be in the same view.. so how do i make it (verb input) instead of (verb obj input)?
On 7/10/01 5:28 pm jobe wrote:
i have a verb on an object, in my game no two of these objects can posibly be in the same view.. so how do i make it (verb input) instead of (verb obj input)?

This question makes absolutely no sense. Read it through, ask yourself, "Would someone who doesn't already know exactly what I'm talking about (that is, someone besides me) know what it is I'm asking?)" Then ask it again.
In response to LexyBitch
On 7/10/01 6:57 pm LexyBitch wrote:
On 7/10/01 5:28 pm jobe wrote:
i have a verb on an object, in my game no two of these objects can posibly be in the same view.. so how do i make it (verb input) instead of (verb obj input)?

This question makes absolutely no sense. Read it through, ask yourself, "Would someone who doesn't already know exactly what I'm talking about (that is, someone besides me) know what it is I'm asking?)" Then ask it again.

Ok,

when i do
obj
verb
verb(n as num)

the player has to type verb obj num instead of just verb num.
my problem is i cant have the verb a mob verb and i have to have it an object verb. but i dont want to have players have to type the name of the object when they use it.
In response to jobe
On 7/11/01 6:01 pm jobe wrote:
On 7/10/01 6:57 pm LexyBitch wrote:
On 7/10/01 5:28 pm jobe wrote:
i have a verb on an object, in my game no two of these objects can posibly be in the same view.. so how do i make it (verb input) instead of (verb obj input)?

This question makes absolutely no sense. Read it through, ask yourself, "Would someone who doesn't already know exactly what I'm talking about (that is, someone besides me) know what it is I'm asking?)" Then ask it again.

Ok,

when i do
obj
verb
verb(n as num)

the player has to type verb obj num instead of just verb num.
my problem is i cant have the verb a mob verb and i have to have it an object verb. but i dont want to have players have to type the name of the object when they use it.

So make the verb belong to the player, and have it check for the presence of an obj when it's used.
In response to LexyBitch
On 7/11/01 7:07 pm LexyBitch wrote:
On 7/11/01 6:01 pm jobe wrote:
On 7/10/01 6:57 pm LexyBitch wrote:
On 7/10/01 5:28 pm jobe wrote:
i have a verb on an object, in my game no two of these objects can posibly be in the same view.. so how do i make it (verb input) instead of (verb obj input)?

This question makes absolutely no sense. Read it through, ask yourself, "Would someone who doesn't already know exactly what I'm talking about (that is, someone besides me) know what it is I'm asking?)" Then ask it again.

Ok,

when i do
obj
verb
verb(n as num)

the player has to type verb obj num instead of just verb num.
my problem is i cant have the verb a mob verb and i have to have it an object verb. but i dont want to have players have to type the name of the object when they use it.

So make the verb belong to the player, and have it check for the presence of an obj when it's used.

Or 'set src = view()' rather than 'set src in view()'.
In response to Spuzzum
On 7/11/01 7:21 pm Spuzzum wrote:
On 7/11/01 7:07 pm LexyBitch wrote:
On 7/11/01 6:01 pm jobe wrote:
On 7/10/01 6:57 pm LexyBitch wrote:
On 7/10/01 5:28 pm jobe wrote:
i have a verb on an object, in my game no two of these objects can posibly be in the same view.. so how do i make it (verb input) instead of (verb obj input)?

This question makes absolutely no sense. Read it through, ask yourself, "Would someone who doesn't already know exactly what I'm talking about (that is, someone besides me) know what it is I'm asking?)" Then ask it again.

Ok,

when i do
obj
verb
verb(n as num)

the player has to type verb obj num instead of just verb num.
my problem is i cant have the verb a mob verb and i have to have it an object verb. but i dont want to have players have to type the name of the object when they use it.

So make the verb belong to the player, and have it check for the presence of an obj when it's used.

Or 'set src = view()' rather than 'set src in view()'.

wow spuz, your much more helpfull.