Difference between revisions of "SetSceneIsComplex"

Jump to navigation Jump to search
13 bytes removed ,  13:38, 30 January 2009
m
Formatting
imported>Illyism
(cr)
imported>SnakeChomp
m (Formatting)
Line 1: Line 1:
This function is used to simplify processing during complex scenes involving many actors in combat. As such it needs to be used carefully and only under controlled circumstances, as it significantly changes the behavior of the game while it is set.
This function is used to simplify processing during complex scenes involving many actors in combat. As such it needs to be used carefully and only under controlled circumstances, as it significantly changes the behavior of the game while it is set.


'''Important note:''' this flag is cleared every frame, so in order to maintain the "complex scene" flag you need to set it in a script which is running on something in the loaded area (such as a load door or activator).
'''Important note:''' this flag is cleared every frame, so in order to maintain the "complex scene" flag you need to set it in a script which is running on something in the loaded area (such as a load door or activator).


The important changes the "complex scene" flag make are:
The important changes the "complex scene" flag make are:
Line 14: Line 12:
* avoidance is disabled (actors won't open doors or angle away from each other)
* avoidance is disabled (actors won't open doors or angle away from each other)


==='''Syntax:'''===
==Syntax==
  SetSceneIsComplex [0/1]
  SetSceneIsComplex [0/1]


==See Also==
==See Also==
Line 22: Line 19:
*[[SetAllVisible]]
*[[SetAllVisible]]
*[[SetNoAvoidance]]  
*[[SetNoAvoidance]]  


[[Category: Functions]]
[[Category: Functions]]
Anonymous user

Navigation menu