Difference between revisions of "Osiris/Shared/PROC Follow"
From Divinity Engine Wiki
m (Tinkerer moved page Osiris/Shared/PROC Followe to Osiris/Shared/PROC Follow: typo fix) |
(Updated for bg3) |
||
Line 1: | Line 1: | ||
===== Full Definition(s) ===== | ===== Full Definition(s) ===== | ||
− | * PROC ''' | + | * PROC '''PROC_Follow'''(''(CHARACTER)'''''_Char''',''(CHARACTER)'''''_Target''') |
===== Description ===== | ===== Description ===== | ||
− | Same as the Osiris call [[Osiris/API/ | + | Same as the Osiris call [[Osiris/API/Follow|Follow]], except that it also first automatically cancels '''_Char''' from following if it was already following someone else. Additionally, it stops the following behaviour when '''_Char''' gets involved in combat and resumes it afterwards. |
===== Notes ===== | ===== Notes ===== | ||
− | * Stop following through [[Osiris/Shared/ | + | * Stop following through [[Osiris/Shared/PROC_StopFollow|PROC_StopFollow]]. |
===== See Also ===== | ===== See Also ===== | ||
− | * [[Osiris/API/ | + | * [[Osiris/API/Follow|Follow]] |
− | * Helper [[Osiris/Shared/ | + | * Helper [[Osiris/Shared/PROC_StopFollow|PROC_StopFollow]] |
− | [[Category:Osiris Shared Mod Helpers| | + | [[Category:Osiris Shared Mod Helpers|Follow]] |
Revision as of 13:24, 19 March 2021
Full Definition(s)
- PROC PROC_Follow((CHARACTER)_Char,(CHARACTER)_Target)
Description
Same as the Osiris call Follow, except that it also first automatically cancels _Char from following if it was already following someone else. Additionally, it stops the following behaviour when _Char gets involved in combat and resumes it afterwards.
Notes
- Stop following through PROC_StopFollow.
See Also
- Follow
- Helper PROC_StopFollow