Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: bad-and-ugly on Tue 05/04/2016 02:08:17

Title: In what script do I write code for character properties?
Post by: bad-and-ugly on Tue 05/04/2016 02:08:17
Hello everyone [=
I'm going to use Character.Scaling for a character that doesn't move and whose position within the walking area will make its size not match to that of the player character and other elements in the room. I searched for arbitrary scaling in this forum, that's how I learned about Character.Scaling. I don't know where to write that though - I only know of Global Script and each room's ASC. Where do I edit the code for the characters?
Thanks [=
Bernardo
Title: Re: In what script do I write code for character properties?
Post by: Slasher on Tue 05/04/2016 06:51:09
if its only in specific room(s) put the code in the rooms' Room Load.

If you want to disable a characters walk scaling forever do it in the characters property events panel.