Difference between revisions of "Scripting Tutorial: Get PlayerRef"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Demolishun
(New page: = WIP = {{Tools|req0=Construction Set}} == A Simple Approach == The approach I am using is simple: <pre> set playerRef to player </pre> Now there ...)
 
imported>Demolishun
Line 9: Line 9:
</pre>
</pre>


Now there is some history behind this.  I also know there was a lengthy discussion on this wiki about it.  I also found this [http://cs.elderscrolls.com/constwiki/index.php/Player information].
Now there is some history behind this.  I also know there was a lengthy [http://cs.elderscrolls.com/constwiki/index.php/Talk:GetSelf discussion] on this wiki about it.  I also found this [http://cs.elderscrolls.com/constwiki/index.php/Player information].

Revision as of 12:54, 1 May 2010

WIP

Tools used in this tutorial

Required


A Simple Approach

The approach I am using is simple:

set playerRef to player

Now there is some history behind this. I also know there was a lengthy discussion on this wiki about it. I also found this information.