Kakabishan Posted July 23, 2022 Posted July 23, 2022 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
bnub345 Posted July 23, 2022 Posted July 23, 2022 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.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.