PinkAngel Posted May 16, 2017 Share Posted May 16, 2017 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 Link to comment Share on other sites More sharing options...
1 jcsnider Posted May 16, 2017 Share Posted May 16, 2017 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  PinkAngel 1 Link to comment Share on other sites More sharing options...
0 PinkAngel Posted May 16, 2017 Author Share Posted May 16, 2017 thank you so much JC, gonna try this as soon as i finish making my grizzly bear sprite sheet Link to comment Share on other sites More sharing options...
0 PinkAngel Posted May 16, 2017 Author Share Posted May 16, 2017 so happy, it worked Link to comment Share on other sites More sharing options...
Question
PinkAngel
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
Link to comment
Share on other sites
3 answers to this question
Recommended Posts