Skip to content

CLUAConsole trouble

argent77argent77 Member Posts: 3,439
edited September 2017 in General Modding
I can't get the following console command to work:
C:Eval('DisplayStringPointLog(1,[1200.560])')
It is always triggering the following error message:
Action Errors:: Warning: Too many parameters:DisplayStringPointLog(1,[1200.560]) Line Number:1

Which is odd since function signature in ACTION.IDS contains two parameter definitions:
408 DisplayStringPointLog(I:Strref*,P:Location*)

Did I make a mistake in the line above or is this a game bug? (Btw, the same line in a regular game script executes flawlessly.)

Comments

  • PaulaMigratePaulaMigrate Member Posts: 1,201
    I get the error "Unknown Action ....Line Number:1 instead of your error
    My Action.ids has the entry 408
    Odd?
  • argent77argent77 Member Posts: 3,439
    Yeah, that error is displayed for me as well. Similar actions work fine in the console, so I'm at a loss with that one.
  • PaulaMigratePaulaMigrate Member Posts: 1,201
    Just to confirm, I have the same observation, it's just that action, others I tried work fine. Mine is an EET install.
  • argent77argent77 Member Posts: 3,439
    It doesn't appear to work in all available games (BG1EE, BG2EE and PSTEE).
Sign In or Register to comment.