Jump to content

Alternative Start


stalkersoldiers

Recommended Posts

ok what is wrong with you people? I might be able to do the mod my self, but i don't know how to get the player to start at the cell i want him/her to start at. It's all about correct and percice scripting. Oh and Ricky? That was weird yet some how enjoyable.
Link to comment
Share on other sites

prehaps if you looked at the scripts of other altnertive start mods or even the vanilla start. but at any rate. a coc command may be what your looking for. but i'm a modding novice
Link to comment
Share on other sites

In that case the problem is with how you're running the script. The script obviously only does it once but something's retriggering the script.

 

Did you link it to a quest that starts when you start the game, or to something else? If you did, did you move the quest to the next stage once the script ran?

Link to comment
Share on other sites

this is my script so far

 

ScriptName 00CharacterGen

 

begin GameMode

 

if Getstage 00CharacterGenQuest<10

player.MoveToMarker 00CharecterGenMarker

SetStage 00CharacterGenQuest1 10

 

endif

end

 

but after a few seconds it teleports me back to where it starts. Stage 10 is the completed quest but the script is still running.

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