RaidersClamoring Posted August 24, 2022 Share Posted August 24, 2022 I've seen this delimiter in a few scripts but not on any wiki page. It's also not searchable there.Usually it goes something like thisDirectory:SomeScript#SomeThing[] Property (etc..)What function does this character have in a Papyrus script?# <--- ? Link to comment Share on other sites More sharing options...
DieFeM Posted August 24, 2022 Share Posted August 24, 2022 I've seen this only once, on decompiled scripts, for which later I've got the original sources, and it was just a bad decompilation. If I recall correctly, the source had import statements, and the imported scripts contain such object types, but the decompiler, instead of using import statements was generating that kind of pathing using the sharp sign like namespace:script#object-type, which the compiler doesn't understand. The scripts I'm referring to are located in this repository: https://github.com/Scrivener07/FO4_Games/blob/master/Data/Scripts/Source/FO4_Games/Games/Type.psc Link to comment Share on other sites More sharing options...
RaidersClamoring Posted August 24, 2022 Author Share Posted August 24, 2022 Ah.. Yeah you are right. I did decompile these with Champolion. (It will also turn Hex ID into decimal which threw me for a minute.) Thanks. Link to comment Share on other sites More sharing options...
Recommended Posts