Hyperlink verbs

Here's my situation.

I have a npc the player can speak to. When spoken to i want a message to print saying something similair too
"hi there. Do you want me to (verb 1) or (verb 2)"

So i don't want all the verbs to come up, but specific ones. Both verbs are in the npc that is spoken too

I do apologize of this is an easy fix. I hope you guys don't mind helping me out.


I think you want to use {command in that case. Easy way to create a link which acts as if the player typed a certain command.


Tried your suggestion. My npc har a verb that says "kind" tried linking it by using {command:kind} in a 'print message'

This ended up giving me (I don't understand your command)

Do i somehow have to link the verb within my object/npc to a command? If so, how do i do that.


Tried your suggestion. My npc har a verb that says "kind" tried linking it by using {command:kind} in a 'print message'

This ended up giving me (I don't understand your command)

Do i somehow have to link the verb within my object/npc to a command? If so, how do i do that.


If the player wants to activate the "kick" verb on an NPC called Dave, they need to type "kick Dave", not just "Kick". So a command link needs to specify both the verb and the object.
So I think in that case you'd have to use something like {command:kind John}, or whatever his name is.

If you want it to just show "kind" in the text, then you would use {command:kind John:kind}.


That worked! thanks a ton


This topic is now closed. Topics are closed after 60 days of inactivity.

Support

Forums