Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow attributes, skills and spells to be viewed in replays #79

Open
tung opened this issue Apr 30, 2013 · 0 comments
Open

Allow attributes, skills and spells to be viewed in replays #79

tung opened this issue Apr 30, 2013 · 0 comments

Comments

@tung
Copy link
Owner

tung commented Apr 30, 2013

Right now, it's impossible for a person viewing a replay to see what attributes, skills or spells the character in play currently has. Using the usual commands to view this info during a replay (i.e. Ctrl-X, #enhance, Z/+) has no effect, since these commands lack the CMD_NOTIME flag, which nh_command() forbids the use of by viewers during a replay.

One way to fix this would be to supply an optional replay-safe function for commands alongside the usual function which would run when the viewer (not the replay system!) issued commands while watching a replay. This would replace the check for CMD_NOTIME, reserving it purely for marking that a command should not be logged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant