PoringSpr Posted July 6, 2020 Posted July 6, 2020 Hello, I would like to know what it would be like to teleport NPC. Example: The player will see the npc, click on it and open a dialog screen and then the npc will teleport the player and himself to some random place on the map Quote
0 Emistry Posted July 15, 2020 Posted July 15, 2020 .@x = rand(1, 300); .@y = rand(1, 300); movenpc strnpcinfo(3), .@x, .@y; warp .@map$, .@x, .@y; Quote
Question
PoringSpr
Hello, I would like to know what it would be like to teleport NPC.
Example:
The player will see the npc, click on it and open a dialog screen and then the npc will teleport the player and himself to some random place on the map
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.