Jump to content

Player start position?


mastertycho

Recommended Posts

Hi.

this may already be on the board/web but i can not find it.

I have just started messing with the construction kit (put in a few houses and new areas of land) and would like a bit of help.

I want to create my own start position (ie in a house/cave not on the boat) for the player and have someone (ie a ghost or something) ask the name, race ect.

 

is any of this posible and if so how?

 

 

 

Thanks in advance

Link to comment
Share on other sites

  • 1 month later...

Sure its possible!!!! I my self asked the smae question. There is a script a lot of scripts in fact. But lets wait. Find the script CHAR GEN This will position the player and disable his/her controls, take a look at the script studie it and get a good idea about how you want to do your script. Delete this script out of the game or your plugin. Make a new script called CharGen2, same as the other but with the 2

 

If you don't know anything about scripting then follow the steps below, or just skip ahead.

 

1. Add the line Begin CharGen2 <-This will create the new script name.

2. I think its Player->Position (X,Y,Z Rotation)

3. Or Position Player X,Y,Z Rotation

either one might work, if not email me k.

4. Add the line Stopscript CharGen2

5. Add the line End CharGen2

 

It should look like this

 

Begin CharGen2

 

Player->Position 120, 340, 100, 340 <--- "340 is the rotation of the player 360 degress is the max from north I think."

 

Stopscript CharGen2

 

To have an NPC ask you for your race will have to be explained a little bit more. Email me and I'll send a Turtorial to you.

 

This simple script will position you in anyplace int he world XYZ is up to you. If you don't place the player in the right place the game will not work correctly.

 

For more help email me at [email protected]

 

You can get more scripts from me if you need them

 

 

 

End CharGen2

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...