snozbot / fungus

An easy to use Unity 3D library for creating illustrated Interactive Fiction games and more.
MIT License
1.59k stars 291 forks source link

Flow/For and Flow/LoopRange are the same! #975

Closed breadnone closed 3 years ago

breadnone commented 3 years ago

Describe the bug Duplicate commands. Flow/For vs Flow/LoopRange.

Different names with same functionality.

stevehalliwell commented 3 years ago

This isn't a bug it's intentional.

https://github.com/snozbot/fungus/blob/4b65dc42328b1048f8c46acda9ff5cc75a4f1985/Assets/Fungus/Scripts/Commands/LoopRange.cs#L11-L18