hi,
Classes were updated (see above).
Example:
What is the Law of One?
There is only one, and that one is the Infinite Creator (4.20)
What is free will?
What happens if portions of itself are free to do whatever they want?
It wants to know itself.
What is an action?
Classes were updated (see above).
Example:
What is the Law of One?
There is only one, and that one is the Infinite Creator (4.20)
PHP Code:
class pLawOfOne: public pCreator {
// You are everything, every being, every event, every situation.
// Unity and Infinity, Light/Love, Love/Light
public:
private:
protected:
};
What is free will?
What happens if portions of itself are free to do whatever they want?
It wants to know itself.
PHP Code:
class pFreeWill: public pLawOfOne {
public:
private:
protected:
};
What is an action?
PHP Code:
class pAction: public pFreeWill {
// Action inherits from Free-Will
// Each action is a path back to Creator
// Each path is either STO or STS or neither
private:
protected:
bool bIsSTO;
bool bIsSTS; // if both false = neither.
public:
};