Difference between revisions of "IsPlayerMovingIntoNewSpace"
Jump to navigation
Jump to search
CS 1.0
imported>Maturin |
imported>DragoonWraith (CS 1.0) |
||
Line 7: | Line 7: | ||
This function returns true when the player is in the middle of loading into a new cell or fast travelling -- so if you put | This function returns true when the player is in the middle of loading into a new cell or fast travelling -- so if you put | ||
IsPlayerMovingIntoNewSpace == 0 | |||
as a condition on the NPC's follow package, he reevaluates ''during'' the load and won't follow the player outside of Skingrad or into interiors. | as a condition on the NPC's follow package, he reevaluates ''during'' the load and won't follow the player outside of Skingrad or into interiors. | ||
[[Category: Functions]] | [[Category: Functions]] | ||
[[Category: Functions (CS 1.0)]] | |||
[[Category: Player Functions]] | [[Category: Player Functions]] | ||
[[Category: Player Functions (CS 1.0)]] | |||
[[Category: Condition Functions]] | [[Category: Condition Functions]] |