Adventure Game Studio

AGS Support => Advanced Technical Forum => Topic started by: on Thu 02/10/2003 22:18:19

Title: Command for recieving current view loop
Post by: on Thu 02/10/2003 22:18:19
Hi!
Does anyone know if there is a way of getting the
number of the loop last used or maybe somehow by
checking in which direction the character is facing in standstill?
Title: Re:Command for recieving current view loop
Post by: Gilbert on Fri 03/10/2003 04:31:36
Check the:

character[EGO].loop

variable, see Reference --> Text Script Global Variables from the manual for more details. (you may replace EGO by something else whereas needed)