Jump to content

Question

Posted

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

3 answers to this question

Recommended Posts

  • 1
Posted

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

 

×
×
  • Create New...