Jump to content

Alternative Start


stalkersoldiers

Recommended Posts

That's exactly the thing - neither did I :D

 

Oh wait, maybe I did

 

Try checking out the "result script" on the second stage(5) of the "Charactergen" quest.

 

Or to put it more bluntly - to change the player starting location just rename the marker called CGPlayerStart to something else, and rename your 00CharecterGenMarker to CGPlayerStart.

Link to comment
Share on other sites

I got it to work!!!!! After multiple trial and errors and alot of swearing i got it. This is it:

 

Short DoOnce

 

begin GameMode

 

Set DoOnce to 0

if GetStage (00CharacterGenQuest<10)

player.MoveToMarker (00CharecterGenMarker)

Set DoOnce to 1

SetStage 00CharacterGenQuest 10

else SetStage (00CharacterGenQuest 10)

endif

 

if DoOnce==1

StopQuest (00CharacterGenQuest)

 

endif

end

 

just replace the stuff in parenthese with what you have. Thanks for the help IhateRegistering...

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...