Maybe, if I get a decent idea that motivates me into doing anything. My first MAGS was also in September, so... maybe...


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 MenuQuote from: AGS Manual
Character.Move(int x, int y, optional BlockingStyle,
optional WalkWhere);
Starts the character moving from its current location to (X,Y), but does not play the character's walking animation.
The parameters to this command are identical to the Character.Walk command -- see that page for more details. The only difference is that Walk plays the walking animation whereas Move does not.
In the vast majority of cases, you will use Character.Walk instead.
Example:
cEgo.Move(155, 122, eBlock);
will make the character move to 155,122 without playing his walking animation. The script will not continue until the character has reached his destination.
By continuing to use this site you agree to the use of cookies. Please visit this page to see exactly how we use these.
Page created in 2.351 seconds with 17 queries.