Character for PoV rotates on toggle #19
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
IllusionMods/KeelPlugins!19
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "patch-1"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Using camera to aim for a character is not intuitive as reported in #8 (sometimes, it won't work at all using the current camera method and will always default to female).
This changes the method while in game by changing the character each time PoV is toggled, meaning it also works in group.
Seems like the whole thing would be better with just a normal List
Is there any point to this cycling?
It makes an infinite loop, seems fine to me. Alternative is a list, index and code to increment it, so this seems simpler.