Talk:Character generation

From Dragon Age Toolset Wiki
Jump to: navigation, search

The quick and dirty method needs the following includes:

  1. include "sys_chargen_h"
  2. include "utility_h"

nEventHandled

This variable is initialized to FALSE, but never updated and the scripts will always call HandleEvent() at the end. Considering what it looks like this was supposed to do, calling HandleEvent only when the switch has not handled the event, placing the call to HandleEvent in the default case of the switch seems more elegant and fail-safe to me. Lynamy 23:15, 2 August 2013 (UTC)