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

Messages - Raifserdar

#1
Thank you Crimson Wizard for your quick reply.
I'll try your what you suggest. Hope solve the issue. If not have to make something else from the beginning.
#2
Hello everyone,
I'm new on AGS and still learning. I need your help on the following.
I have a map. The bookmark on this map is an object ( All bookmarks are object ) and this object is invisible at the beginning of the game.
The object must be visible when the player has found the address of the appropriate location from the computer.
However, the computer is in room 2, the object will be visible after the action.
So the caracter has to make action in room 2, the object which is in Room 10 should be visible as a result of this action.
if (player.Room == 10) object [4] .Visible = True does not work because the object is not in the same room.
I also tried changeroom option but it didn't work too.
I'm trying to make the object visible by typing the code from the global Script. I know I need to use an object number here.
Is there anyone who can help with proper code?
I did a lot of research in the forums but no code didn't work.
I hope I was able to explain the problem clearly.
Thanks.
SMF spam blocked by CleanTalk