lynix112 Posted June 21, 2012 Share Posted June 21, 2012 Ok so I'm stumped. I have made 3 or 4 follower mods without having this issue but now out of the blue I start having issues where they shouldn't be happening. So basically I have all the dialogue for my custom follower set in place and when asked to 'follow me.' he will follow. However for some strange reason he will not leave my service when I ask him to. I am using the default dismiss animal script (pDialogueFollower as DialogueFollowerScript).DismissAnimal() When I try to compile this it gives me this error which I have never had before Starting 1 compile threads for 1 files...Compiling "TIF__01003499"...d:\games\steam\steamapps\common\skyrim\Data\Scripts\Source\GlobalVariable.psc(20,15): cannot name a variable or property the same as a known type or scriptd:\games\steam\steamapps\common\skyrim\Data\Scripts\Source\GlobalVariable.psc(32,16): Value is not a variabled:\games\steam\steamapps\common\skyrim\Data\Scripts\Source\GlobalVariable.psc(32,16): Value is not a variabled:\games\steam\steamapps\common\skyrim\Data\Scripts\Source\GlobalVariable.psc(32,22): cannot add a value to a float (cast missing or types unrelated)d:\games\steam\steamapps\common\skyrim\Data\Scripts\Source\GlobalVariable.psc(32,16): type mismatch while assigning to a float (cast missing or types unrelated)d:\games\steam\steamapps\common\skyrim\Data\Scripts\Source\GlobalVariable.psc(33,23): Value is not a variabled:\games\steam\steamapps\common\skyrim\Data\Scripts\Source\GlobalVariable.psc(33,16): cannot return a value from mod, the types do not match (cast missing or types unrelated)d:\games\steam\steamapps\common\skyrim\Data\Scripts\Source\Quest.psc(18,34): the type name value cannot be used as a propertyd:\games\steam\steamapps\common\skyrim\Data\Scripts\Source\Quest.psc(18,34): value is not a variabled:\games\steam\steamapps\common\skyrim\Data\Scripts\Source\Quest.psc(18,40): cannot compare a value to a float (cast missing or types unrelated)d:\games\steam\steamapps\common\skyrim\Data\Scripts\Source\Quest.psc(18,90): the type name value cannot be used as a propertyd:\games\steam\steamapps\common\skyrim\Data\Scripts\Source\Quest.psc(18,90): value is not a variabled:\games\steam\steamapps\common\skyrim\Data\Scripts\Source\Quest.psc(18,96): cannot compare a value to a float (cast missing or types unrelated)d:\games\steam\steamapps\common\skyrim\Data\Scripts\Source\SetHirelingRehire.psc(23,42): the type name value cannot be used as a propertyd:\games\steam\steamapps\common\skyrim\Data\Scripts\Source\SetHirelingRehire.psc(23,42): value is not a variabled:\games\steam\steamapps\common\skyrim\Data\Scripts\Source\SetHirelingRehire.psc(23,47): cannot add a value to a int (cast missing or types unrelated)d:\games\steam\steamapps\common\skyrim\Data\Scripts\Source\SetHirelingRehire.psc(23,18): type mismatch on parameter 1 (did you forget a cast?)d:\games\steam\steamapps\common\skyrim\Data\Scripts\Source\SetHirelingRehire.psc(26,43): the type name value cannot be used as a propertyd:\games\steam\steamapps\common\skyrim\Data\Scripts\Source\SetHirelingRehire.psc(26,43): value is not a variabled:\games\steam\steamapps\common\skyrim\Data\Scripts\Source\SetHirelingRehire.psc(26,48): cannot add a value to a int (cast missing or types unrelated)d:\games\steam\steamapps\common\skyrim\Data\Scripts\Source\SetHirelingRehire.psc(26,19): type mismatch on parameter 1 (did you forget a cast?)d:\games\steam\steamapps\common\skyrim\Data\Scripts\Source\SetHirelingRehire.psc(29,42): the type name value cannot be used as a propertyd:\games\steam\steamapps\common\skyrim\Data\Scripts\Source\SetHirelingRehire.psc(29,42): value is not a variabled:\games\steam\steamapps\common\skyrim\Data\Scripts\Source\SetHirelingRehire.psc(29,47): cannot add a value to a int (cast missing or types unrelated)d:\games\steam\steamapps\common\skyrim\Data\Scripts\Source\SetHirelingRehire.psc(29,18): type mismatch on parameter 1 (did you forget a cast?)d:\games\steam\steamapps\common\skyrim\Data\Scripts\Source\SetHirelingRehire.psc(32,42): the type name value cannot be used as a propertyd:\games\steam\steamapps\common\skyrim\Data\Scripts\Source\SetHirelingRehire.psc(32,42): value is not a variabled:\games\steam\steamapps\common\skyrim\Data\Scripts\Source\SetHirelingRehire.psc(32,47): cannot add a value to a int (cast missing or types unrelated)d:\games\steam\steamapps\common\skyrim\Data\Scripts\Source\SetHirelingRehire.psc(32,18): type mismatch on parameter 1 (did you forget a cast?)d:\games\steam\steamapps\common\skyrim\Data\Scripts\Source\SetHirelingRehire.psc(35,42): the type name value cannot be used as a propertyd:\games\steam\steamapps\common\skyrim\Data\Scripts\Source\SetHirelingRehire.psc(35,42): value is not a variabled:\games\steam\steamapps\common\skyrim\Data\Scripts\Source\SetHirelingRehire.psc(35,47): cannot add a value to a int (cast missing or types unrelated)d:\games\steam\steamapps\common\skyrim\Data\Scripts\Source\SetHirelingRehire.psc(35,18): type mismatch on parameter 1 (did you forget a cast?)d:\games\steam\steamapps\common\skyrim\Data\Scripts\Source\SetHirelingRehire.psc(38,39): the type name value cannot be used as a propertyd:\games\steam\steamapps\common\skyrim\Data\Scripts\Source\SetHirelingRehire.psc(38,39): value is not a variabled:\games\steam\steamapps\common\skyrim\Data\Scripts\Source\SetHirelingRehire.psc(38,44): cannot add a value to a int (cast missing or types unrelated)d:\games\steam\steamapps\common\skyrim\Data\Scripts\Source\SetHirelingRehire.psc(38,15): type mismatch on parameter 1 (did you forget a cast?)No output generated for TIF__01003499, compilation failed. Batch compile of 1 files finished. 0 succeeded, 1 failed.Failed on TIF__01003499. This makes no sense as every other follower of this nature has the same script... Have I derped up and missed something that I would usually do? I can not for the life of me figure this out.. Also on a side note does anyone know how I have make an NPCs 'Waitingforplayer' value set to 1... this one has been a thorn in my side for a while now. Link to comment Share on other sites More sharing options...
lynix112 Posted June 21, 2012 Author Share Posted June 21, 2012 ok this appears to be all scripts... I can't compile scripts.. It errors out every time even when creating a basic set quest stage scripts on conversations. Link to comment Share on other sites More sharing options...
Recommended Posts