Jump to content
  • 0

first login teleport event


PinkAngel

Question

Can someone please explain the steps to me for warping player to another area upon very first login and before the introductory quest is started? I tried doing it using the event but it isnt working so I think i just am not sure what commands to use

commands.png

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 1

Make a Player Switch called First Login. Switches are set to false by default. 

 

I recommend making a new Common Event with the Login trigger. However your current event will work if you modify it so it looks like this:

Conditional Branch [If First Login = False]
  'First Login, Warp/Do Whatever
  Set Player Switch [First Login = True]
else
  'Not First Login, Do Whatever
End Branch

 

Link to comment
Share on other sites

×
×
  • Create New...