Code:
when "gs.CallCommonEvent"
if command.params.commonEventId
commonEvent = RecordManager.commonEvents[command.params.commonEventId]
if commonEvent?
@loadCommonEventResources(command.params.commonEventId)(Presumably the auto-preload checkbox on common events isn't working, if this is an issue)