Author Topic: Whats wrong with this script?  (Read 467 times)

Baaleos

  • Administrator
  • Hero Member
  • *****
  • Posts: 1916
  • Karma: +0/-0
Whats wrong with this script?
« on: December 30, 2014, 12:21:31 am »


               + /var/lib/nwnnsscomp/nwnnsscomp -s -p /home/ubuntu/downl/nwn vat_setyondalla .nss
Errors occurred in compiling "vat_setyondalla"


I am able to compile in toolset, but not in my Jenkins - Using Advanced Script Compiler


void main()
{
    SetDeity(GetPCSpeaker(), "Yondalla");
}

Really not sure why it has trouble with this script - its one statement.
               
               

               
            

Legacy_Terrorble

  • Sr. Member
  • ****
  • Posts: 370
  • Karma: +0/-0
Whats wrong with this script?
« Reply #1 on: December 30, 2014, 12:56:28 am »


               

You mis-spelled the thing in quotes '<img'>  j/k


 


Really, I have no idea.  But occasionally I just re-type everything and check that I have the correct includes.



               
               

               
            

Baaleos

  • Administrator
  • Hero Member
  • *****
  • Posts: 1916
  • Karma: +0/-0
Whats wrong with this script?
« Reply #2 on: December 30, 2014, 01:44:16 am »


               Truth be told - I am not even sure where that script came from - or what uses it so prob best just deleted.
               
               

               
            

Legacy_Lightfoot8

  • Hero Member
  • *****
  • Posts: 4797
  • Karma: +0/-0
Whats wrong with this script?
« Reply #3 on: December 30, 2014, 11:19:25 pm »


               

I copied and pasted it.  it compiled for me. 



               
               

               
            

Baaleos

  • Administrator
  • Hero Member
  • *****
  • Posts: 1916
  • Karma: +0/-0
Whats wrong with this script?
« Reply #4 on: December 31, 2014, 01:22:59 am »


               

Yeah I know it compiles for everywhere - except for on my Jenkins server.


Odd


 


Everything else does-  and one would think that if everything else had access to the nwn script.bif etc - to get all the symbols etc


Then it should certainly be able to get SetDeity to work.