View Single Post
  #1  
Old 12-20-2018, 09:17 AM
Eudith
Fire Beetle
 
Join Date: Dec 2018
Posts: 12
Default Set Base Attribute Values

Hello!

I am trying to set a character's class, diety and base attributes in Lua. (I am ultimately trying to implement a Final Fantasy style Class Change system, but that's neither here nor there.) I see SetBaseClass() and SetDeity() methods, but looking through the API documentation online there don't seem to be SetBaseStr(), SetBaseDex(), etc. methods.

Is it currently possible to set base attributes via Lua? And if not, where should I submit a feature request for this?

Thank you very much!
Reply With Quote