Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - error17

#1
I have 2 questions: I need to find a way around this, or add these to AGS 2.8

Q1. I am trying to find out how to display a few values through the 'Label' in GUI. for example, I want to display the amount of cash using the label (but not displaying as a score (@SCORE@).

Q2. Is there anyway to activate an 'IF' command if the player types in a set string into the text parser. for example, the player sets a username as a string, then wants to log in, how do I set it so the parser recognises that I have typed in a certain string?
#2
I really need help with this. Since the help tutorial said to contact technical forum, i want to ask this, and i need you to repl the answer to green_team_au@hotmail.com

Question:
I am trying to write a script using the text paser. so far it all works, when i type in walk to door my character walks to the cordinates then open the door, like that. but i am trying to get an inventory item to active. i wan the shoe to come off when you type :
if (Parser.Said("take [off] shoe")) {
then the command to say it is put into the inventory. but i want it to active something so that if i type take off shoe again, it will say "you have already taken it off!".
i have tried this:
i have given the item a value of 1 (in properties). then i made the commands (not in this exact, in correct way)  :
if parser take off shoe
if item 1 value == 1
display "ive put it in my inventory"
item 1 value + 1
}
if parser take off shoe
if item 1 value > 1
Display "already taken it off"
}

and that runs the game, but it doesnt make the value + 1. because i made this command :
if parser said shoe=1?
if item 1 value == 1
display "yes equals 1"
if parser said shoe=2?
if item 1 value > 1
display "yes equals 2"

but it worked for shoe=1?
i even made:?
if parser said add1
item value +1

then it still didnt work
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
i want know how to do this type of script command.... WHAT IS IT PLEASE EMAIL!
SMF spam blocked by CleanTalk