verb issue
shadowstar86
22 Nov 2016, 18:21i just started making a text book story, im having a bit of an issue even after reading the tutorial... when it comes to an objects verbs it seems once i use lets say the verb search to search object 1 it gives me an error code when i go to put search for a verb for object 2, i dont know anything about coding, so i been using whats already there for me and add. i havent found much on this.. i use my tablet and web vesrion so it wont even let me change the exits alias please help.
Deckrect
22 Nov 2016, 19:02Are you making a game book or a text adventure?
shadowstar86
23 Nov 2016, 01:02Text adventure

Father
23 Nov 2016, 08:17I also use a tablet and don't code. I tested doing search on two items and found no problem . Are you calling the verb ' search box' or search bag' ? If so you only need to call it search. The game will know which object you are on.
shadowstar86
23 Nov 2016, 15:39i tried just search but when i go in to make it actually work it says it already exsists in game, i think i might of figured it out.
hegemonkhan
24 Nov 2016, 06:12I'm not clear on your question about Verbs (if you could explain/describe more), but maybe these can be of help to you:
http://textadventures.co.uk/forum/samples/topic/4953/how-to-use-verbs
http://textadventures.co.uk/forum/samples/topic/5023/how-to-use-display-verbs-and-inventory-verbs-effectively
Verbs are just Script Attributes with a little extra coding to make them function as Verbs. Also, Verbs are a sub-form of Commands.