Author Topic: Console Command  (Read 286 times)

I need the one to create a player object.
I've done it before but forgot the command.
Please help.

For creating any object that's not a datablock, use:
new ClassName(ObjectName Can be blank)
{
valuesandstuff = stuff;
};