Jump to content


Photo

CLUA CONSOLE Adding 55555s all day long


  • Please log in to reply
9 replies to this topic

#1 Bill Bisco

Bill Bisco
  • Member
  • 487 posts

Posted 27 August 2015 - 10:33 PM

Curious issue I'm having.  My CLUA CONSOLE is constantly spitting out 5555555s nonstop.  I can usually get in one command but after that it constantly spits out 555555s.  It's not my keyboard, as I activated the onscreen keyboard and it still happens.


Anyone have an issue like this?

 

Different Question:

 

If I'm trying to set globals to get this talk to fire,

 

71Magrv.png

 

I would code it as

 

CLUACONSOLE:SetGlobal("astrolab","GLOBAL",0)  ?

CLUACONSOLE:SetGlobal("DGELARIT","NumTimesTalkedTo",0)    ?

 

 

 



#2 Fiann of the Silver Hand

Fiann of the Silver Hand
  • Member
  • 286 posts

Posted 27 August 2015 - 10:53 PM

Well, where you have "NumTimesTalkedTo" should be either "GLOBAL", "ARxxxx", or "LOCALS", so that ain't gonna work.

Edited by Fiann of the Silver Hand, 16 October 2015 - 12:40 AM.


#3 Roxanne

Roxanne

    Modder

  • Member
  • 3564 posts

Posted 27 August 2015 - 11:02 PM

Curious issue I'm having.  My CLUA CONSOLE is constantly spitting out 5555555s nonstop.  I can usually get in one command but after that it constantly spits out 555555s.  It's not my keyboard, as I activated the onscreen keyboard and it still happens.


Anyone have an issue like this?

 

Different Question:

 

If I'm trying to set globals to get this talk to fire,

 

71Magrv.png

 

I would code it as

 

CLUACONSOLE:SetGlobal("astrolab","GLOBAL",0)  ?

CLUACONSOLE:SetGlobal("DGELARIT","NumTimesTalkedTo",0)    ?

If you want to reset a creatures NumTimes talked to 0 you must use

ActionOverride("XXXX",SetNumTimesTalkedTo(0))

 

PS In the same way you can set a creatures LOCALS to some value by external script using ActionOverride("XXXX",SetGlobal("Bla","LOCALS",2))


The Sandrah Saga

another piece of *buggy, cheesy, unbalanced junk*

 


#4 Mike1072

Mike1072
  • Modder
  • 539 posts

Posted 27 August 2015 - 11:22 PM

Activating the on-screen keyboard does not disable your keyboard.

#5 Red Carnelian

Red Carnelian
  • Member
  • 30 posts

Posted 28 August 2015 - 02:50 AM

If you have a wirless keyboard with batteries then try changing the batteries.



#6 The Imp

The Imp

    Not good, see EVIL is better. You'll LIVE.

  • Member
  • 5150 posts

Posted 28 August 2015 - 03:56 AM

... or the keyboard. :devil:

Yep, Jarno Mikkola. my Mega Mod FAQ. Use of the BWS, and how to use it(scroll down that post a bit). 
OK, desert dweller, welcome to the sanity, you are free to search for the limit, it's out there, we drew it in the sand. Ouh, actually it was still snow then.. but anyways.


#7 Lollorian

Lollorian

    smiley addict

  • Member
  • 4150 posts

Posted 28 August 2015 - 04:02 AM

This happens to me when I try to use the numpad for numbers in the CLUAConsole :unsure:

"I am the smiley addict, yellow and round, this is my grin :D when I'm usually around :P.
When there's trouble brewing, see me post, cuz it's usually a wall o' yellow and your eyes are toast!!!"

BWP GUIDE - BWP FIXES - impFAQ - NPC LIST - KIT LIST - AREA LIST

GitHub Links : BWP Fixpack | Lolfixer | BWP Trimpack | RezMod


#8 The Imp

The Imp

    Not good, see EVIL is better. You'll LIVE.

  • Member
  • 5150 posts

Posted 28 August 2015 - 04:32 AM

This happens to me when I try to use the numpad for numbers in the CLUAConsole :unsure:
You do know you can disable the NUM LOCK ? And have one less diode on...

Yep, Jarno Mikkola. my Mega Mod FAQ. Use of the BWS, and how to use it(scroll down that post a bit). 
OK, desert dweller, welcome to the sanity, you are free to search for the limit, it's out there, we drew it in the sand. Ouh, actually it was still snow then.. but anyways.


#9 Lollorian

Lollorian

    smiley addict

  • Member
  • 4150 posts

Posted 28 August 2015 - 07:25 AM

This happens to me when I try to use the numpad for numbers in the CLUAConsole :unsure:
You do know you can disable the NUM LOCK ? And have one less diode on...

But... it's... so... SHINY!!!!!! :o

 

I work around it by using the numbers above the main keypad though so all good :P (also, it's only in BG2 - no other application in my system has this behaviour with the numpad :unsure:) Ignored it thinking engine quirk or something :lol:


"I am the smiley addict, yellow and round, this is my grin :D when I'm usually around :P.
When there's trouble brewing, see me post, cuz it's usually a wall o' yellow and your eyes are toast!!!"

BWP GUIDE - BWP FIXES - impFAQ - NPC LIST - KIT LIST - AREA LIST

GitHub Links : BWP Fixpack | Lolfixer | BWP Trimpack | RezMod


#10 Bill Bisco

Bill Bisco
  • Member
  • 487 posts

Posted 28 August 2015 - 07:43 PM

Thank you all for your help.  I switched batteries on my keyboard to no avail.  I turned on and off Num Lock to no avail.  I opened different BG2 installations to no avail.

 

I restarted my computer and for some reason no infinite 55555555s

 

Thanks Roxanne for how to reset Num Times Talked to