Category talk:Latent Functions

From the CreationKit Wiki
Revision as of 06:56, 23 November 2013 by imported>Sein schatten (Created page with "Can someone explain latent in the case of this scenario? bool path = false path = actor.pathtoreference(actor2) if path = false ;blah else ;blah endif It seems that after pat...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Can someone explain latent in the case of this scenario? bool path = false path = actor.pathtoreference(actor2) if path = false

blah

else

blah

endif

It seems that after pathtoref nothing happens anymore. In this case the path is also blocked so pathtoref cannot be executed. Sein schatten (talk) 2013-11-23T05:56:42 (EST)