PinkAngel Posted May 16, 2017 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
1 jcsnider Posted May 16, 2017 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
0 PinkAngel Posted May 16, 2017 Author Posted May 16, 2017 thank you so much JC, gonna try this as soon as i finish making my grizzly bear sprite sheet
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
3 answers to this question
Recommended Posts