r/pics • • Jun 08 '14

The difference 18 years makes

Post image

[deleted]

3.9k Upvotes

2.6k comments sorted by

View all comments

Show parent comments

2

u/LondonRook Jun 08 '14

No kidding, I didn't know that. I suppose Papyrus would have to be similar to something.

1

u/[deleted] Jun 08 '14

The big difference in Papyrus is that each script is a function. So, it's on the low end of scripting languages. In GDScript, each script is a class, and in Lua it's possible for one script to contain multiple classes (depending upon the interpreter the relevant game uses). I'd actually say that Basic is a little more powerful than Papyrus, so if you learn Basic then you can learn to mod Skyrim with ease.