Jump to content

Quick Question


MidrealmDM

Recommended Posts

Never thought about that, but I believe it's probably WAXWELL since that's how Maxwell's lua file was called (Waxwell.lua). Maxwell is probably how he's listed in the game. For example Wigrfrid, according to the program is Wathgrith.

 

The confusion comes with the speech file, which is called "maxwell_speech.lua". Just try it out, I guess. (unless you aren't good/patient enough to do AM and don't wanna cheat, like me :friendly_wink:)

Link to comment
Share on other sites

The confusion comes with the speech file, which is called "maxwell_speech.lua". Just try it out, I guess. (unless you aren't good/patient enough to do AM and don't wanna cheat, like me :friendly_wink:)

 

The problem is I haven't unlocked Maxwell as a playable character.

so it makes testing problematical.

Link to comment
Share on other sites

you can always just force unlock it

    GetPlayer().profile:UnlockCharacter("waxwell")    GetPlayer().profile.dirty = true    GetPlayer().profile:Save()

but to answer the original question, one has to take a peek at strings.lua

STRINGS.CHARACTERS ={    WAXWELL = require "speech_maxwell",

so obviously WAXWELL

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

Please be aware that the content of this thread may be outdated and no longer applicable.

×
  • Create New...