Adventure Game Studio

AGS Support => Advanced Technical Forum => Topic started by: Joseph DiPerla on Mon 26/04/2004 21:46:36

Title: Suggestion: SetCharacterScaling
Post by: Joseph DiPerla on Mon 26/04/2004 21:46:36
I need a feature where I can change a characters Scaling per room, not every character, but an individual character. Can this be done?

JD
Title: Re:Suggestion: SetCharacterScaling
Post by: Rui 'Trovatore' Pires on Tue 27/04/2004 06:30:37
You can use SetAreaScaling to dynamically change the scaling levels of any walkable area. Then you can use SetCharacterProperty to allow each individual character to ignore (or not) said scaling levels.