Jump to content

Script compiling issue (sslActorAlias.psc)


Recommended Posts

Posted (edited)

Hi Guys, im trying to compile a script (attached) from PSC to PEX, but I keep getting the below error. Does anyone know anything, or if im missing a psc field that Sslactoralias.psc is calling?
_bs_bodysearch.pscsslActorAlias.psc

 

 


 
 

B:\Games\Steam\SteamApps\Common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(2090,4): experience is not a variable
B:\Games\Steam\SteamApps\Common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(2090,15): cannot compare a experience to a int (cast missing or types unrelated)
B:\Games\Steam\SteamApps\Common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(2094,5): experience is not a variable
B:\Games\Steam\SteamApps\Common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(2094,16): cannot compare a experience to a int (cast missing or types unrelated)
B:\Games\Steam\SteamApps\Common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(2107,72): experience is not a variable
B:\Games\Steam\SteamApps\Common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(2107,70): cannot add a float to a experience (cast missing or types unrelated)
B:\Games\Steam\SteamApps\Common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(2110,69): experience is not a variable
B:\Games\Steam\SteamApps\Common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(2110,67): cannot add a float to a experience (cast missing or types unrelated)
B:\Games\Steam\SteamApps\Common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(2113,44): experience is not a variable
B:\Games\Steam\SteamApps\Common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(2113,42): cannot add a float to a experience (cast missing or types unrelated)
B:\Games\Steam\SteamApps\Common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(2118,69): experience is not a variable
B:\Games\Steam\SteamApps\Common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(2118,67): cannot add a float to a experience (cast missing or types unrelated)
B:\Games\Steam\SteamApps\Common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(2121,44): experience is not a variable
B:\Games\Steam\SteamApps\Common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(2121,42): cannot add a float to a experience (cast missing or types unrelated)
B:\Games\Steam\SteamApps\Common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(2126,42): experience is not a variable
B:\Games\Steam\SteamApps\Common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(2126,40): cannot add a float to a experience (cast missing or types unrelated)

 
 

 

 

Would appreciate any help, this is driving me insane :(

sslActorAlias.psc

Edited by Kakabishan
Posted
9 hours ago, Kakabishan said:

Hi Guys, im trying to compile a script (attached) from PSC to PEX, but I keep getting the below error. Does anyone know anything, or if im missing a psc field that Sslactoralias.psc is calling?
_bs_bodysearch.pscsslActorAlias.psc

  Reveal hidden contents

 


 
 

B:\Games\Steam\SteamApps\Common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(2090,4): experience is not a variable
B:\Games\Steam\SteamApps\Common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(2090,15): cannot compare a experience to a int (cast missing or types unrelated)
B:\Games\Steam\SteamApps\Common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(2094,5): experience is not a variable
B:\Games\Steam\SteamApps\Common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(2094,16): cannot compare a experience to a int (cast missing or types unrelated)
B:\Games\Steam\SteamApps\Common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(2107,72): experience is not a variable
B:\Games\Steam\SteamApps\Common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(2107,70): cannot add a float to a experience (cast missing or types unrelated)
B:\Games\Steam\SteamApps\Common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(2110,69): experience is not a variable
B:\Games\Steam\SteamApps\Common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(2110,67): cannot add a float to a experience (cast missing or types unrelated)
B:\Games\Steam\SteamApps\Common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(2113,44): experience is not a variable
B:\Games\Steam\SteamApps\Common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(2113,42): cannot add a float to a experience (cast missing or types unrelated)
B:\Games\Steam\SteamApps\Common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(2118,69): experience is not a variable
B:\Games\Steam\SteamApps\Common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(2118,67): cannot add a float to a experience (cast missing or types unrelated)
B:\Games\Steam\SteamApps\Common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(2121,44): experience is not a variable
B:\Games\Steam\SteamApps\Common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(2121,42): cannot add a float to a experience (cast missing or types unrelated)
B:\Games\Steam\SteamApps\Common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(2126,42): experience is not a variable
B:\Games\Steam\SteamApps\Common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(2126,40): cannot add a float to a experience (cast missing or types unrelated)

 
 

 

 

Would appreciate any help, this is driving me insane :(

sslActorAlias.psc 94.86 kB · 2 downloads

 

You need the source scripts for the mod your script is from and all of its dependencies. For sexlab, this means the sexlab scripts, FNIS, SKSE, and SkyUI. You need the SkyUI scripts from github, that's the only place that has all of them. 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...