Basic Questions

I am starting to understand Modding now...to a very basic extent...however I have more basic questions:
What other states are there?
What does local actually mean?
What does that do
What is a simulated function?
I understand those are variables...but why do they not have any vaule?
I know this may get a bit annoying, but I'm desperate to learn...but can't understand it
- Code: Select all
state Activate()
What other states are there?
- Code: Select all
local DeusExPlayer player;
What does local actually mean?
- Code: Select all
Begin:
What does that do
- Code: Select all
simulated function
What is a simulated function?
- Code: Select all
var int healAmount;
var bool bNoPrintMustBeUsed;
I understand those are variables...but why do they not have any vaule?
I know this may get a bit annoying, but I'm desperate to learn...but can't understand it