I'm trying to learn how to write my own scripts and I'm using scripts written in source to understand how they work. I understand a lot of the concepts of if/then/else and such but where I'm getting hung up is, I don't know what these sort of things are ps.defs.active.mounted, ps.vitals.stance, pvp.affs.leftlegbroken, ps.limiters.offense etc. What are these called? Is there a list somewhere for all of the possible options I could use and what they mean?
0
Comments
There are a number of free guides to help get you the basics:
A quick overview:
Lua CRASH COURSE
More detailed education:
Lua.org official website
Most importantly:
Mudlet Manual
This is where all the built in functions come from.
Review these a bit and the system will make more sense. You'll still need help, but you'll be able to ask the right questions (you can still ask questions about all this Lua stuff).
^ She knows a lot more about Source than I do though, I never used it.