PoringSpr Posted July 6, 2020 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 15 Reputation: 0 Joined: 12/08/16 Last Seen: May 30, 2022 Share 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 Link to comment Share on other sites More sharing options...
0 Emistry Posted July 15, 2020 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted July 15, 2020 .@x = rand(1, 300); .@y = rand(1, 300); movenpc strnpcinfo(3), .@x, .@y; warp .@map$, .@x, .@y; Quote Link to comment Share on other sites More sharing options...
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
Link to comment
Share on other sites
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.