HidesFromSun Posted May 6, 2018 Share Posted May 6, 2018 I've got a problem with trying to make a custom overlay for Racemenu. I've followed the guide linked *here* (parts 1 and 2), and am stuck when it comes to compiling your own script at the very bottom (Under the subheading Creating your script, Step 7). It's the first time I've made a script in the creation kit, but I've followed the tutorial and am having compiling errors. The script I made is: Scriptname HFS_Heart extends RaceMenuBase Event OnBodyPaintRequest()AddBodyPaint(“HFS_Heart”, “actors\\character\\Overlays\\HeartAttempt.dds”)EndEvent And the error messages i'm receiving are: Starting 1 compile threads for 1 files...Compiling "HFS_Heart"...D:\Steam\steamapps\common\Skyrim\Data\Scripts\Source\HFS_Heart.psc(4,14): no viable alternative at character '"'D:\Steam\steamapps\common\Skyrim\Data\Scripts\Source\HFS_Heart.psc(4,24): no viable alternative at character '"'D:\Steam\steamapps\common\Skyrim\Data\Scripts\Source\HFS_Heart.psc(4,27): no viable alternative at character '"'D:\Steam\steamapps\common\Skyrim\Data\Scripts\Source\HFS_Heart.psc(4,35): mismatched character '\' expecting '\n'D:\Steam\steamapps\common\Skyrim\Data\Scripts\Source\HFS_Heart.psc(4,46): mismatched character '\' expecting '\n'D:\Steam\steamapps\common\Skyrim\Data\Scripts\Source\HFS_Heart.psc(4,56): mismatched character '\' expecting '\n'D:\Steam\steamapps\common\Skyrim\Data\Scripts\Source\HFS_Heart.psc(4,73): no viable alternative at character '"'D:\Steam\steamapps\common\Skyrim\Data\Scripts\Source\HFS_Heart.psc(4,28): no viable alternative at input 'actors'D:\Steam\steamapps\common\Skyrim\Data\Scripts\Source\HFS_Heart.psc(4,57): required (...)+ loop did not match anything at input 'HeartAttempt'D:\Steam\steamapps\common\Skyrim\Data\Scripts\Source\HFS_Heart.psc(4,74): required (...)+ loop did not match anything at input ')'No output generated for HFS_Heart.psc, compilation failed. Batch compile of 1 files finished. 0 succeeded, 1 failed.Failed on HFS_Heart.psc **********I've tried commenting on the tutorial but i've got no reply thus far and i'm itching to get this resolved. Any help would be greatly appreciated :smile: Link to comment Share on other sites More sharing options...
foamyesque Posted May 7, 2018 Share Posted May 7, 2018 You're using smart quotes (as copied from the tutorial) and not default ones: You want to use this: " Not this: “ Link to comment Share on other sites More sharing options...
HidesFromSun Posted May 7, 2018 Author Share Posted May 7, 2018 You're using smart quotes (as copied from the tutorial) and not default ones: You want to use this: " Not this: “ I raise the spine of gratitude my friend, that fixed it! Thank you very much Serjo :D Link to comment Share on other sites More sharing options...
Recommended Posts