When ever my charecter goes to another room, he's stuck on a non-walkable area. How can I choose where he starts in the new room?
The ChangeRoom function allows to specify x and y coordinates.
Intead of:
cEgo.ChangeRoom(2);
Do this:
cEgo.ChangeRoom(2, 160, 100);
That would change to room 2, and put Ego on coordinates 160, 100.
All this is explained very clearly in the manual.
Quote from: "Nerezza Terra" Akumayo
All this is explained very clearly in the manual.
sorry if it is. I can't access the manual.
----------------
Edit*
I can't script! How do i get to the changeroom function???
A) How can you not access the manual? It is the same thing as the help file. You can access this from either within AGS by going to the Help task bar dropdown list, or selecting the file within the same folder you unzipped ags into.
Is the problem that your system doesnt want to read/open the Microsoft Helpfile program?
B) What do you mean, "How do I get to the function"
Using the interaction editor, say, for instance, you have it so that when someone walks onto a region you designate, you then start an "interaction" and then select a new interaction, for when character stands on region, and then select run script and when you go to edit the script, you would put in your new room code, with appropriate values to land your new character on the new rooms walking area.
thank you guys. I'm sorry that I can't get the manual
Grrr... I still can't get it. I need a scripter
I've been having trouble accessing the manual as well, whether in AGS or opening the help file included with AGS (the page cannot be displayed), so maybe this is a fairly common problem. I have been using Strazer's compiled htm version of the 2.70 manual instead.
The online version of the manual can be found here (http://adventuregamestudio.co.uk/manual).
MashPotato: Do any of these solutions work?: http://www.drexplain.com/press/chm-files-the-page-cannot-be-displayed-error/
I feel so silly, all I had to do was unblock it to see it =^_^=. Thanks Strazer!
No prob. Thanks for letting me know. :)
Nintengame, did any of them work for you? If not - what exactly is the problem when you try to view the manual?