- Joined
- Sep 12, 2015
- Messages
- 40
- Reaction score
- 22
- First Language
- English
- Primarily Uses
Hello!
I've been looking for a plugin that can allow a player to time travel in my game. I haven't found anything, but I was hoping I could find some pointers here.
This is what I had in mind for the plugin.
1. Say the player presses an assigned button on the keyboard. Lets say "A" for simplicity.
2. A command window will pop up with "Travel to..." with the options "Travel to Past", "Travel to Present", "Travel to Future", and "Return".
3. When the player selects, for example "Travel to Past" all it would do is transfer the player to a different, altered version of the map that they are in now.
4. I'd like it to have it set where the player would be in the same co-ordinate that they were at in the previous map. For example, if the player was at (8, 9) on map "Future", they'd still be at
(8, 9) on map "Past".
EDIT:
Blugh, my post keeps getting published before I'm ready to. Habitually pressing the Tab Button to indent.
So, if this can be Evented, that'd be fantastic! If it'd be more efficient to script it, I'm open to learning Java and will gladly listen to pointers.
Thank you for reading!
Have a lovely day/night, where/whenever you may be!
I've been looking for a plugin that can allow a player to time travel in my game. I haven't found anything, but I was hoping I could find some pointers here.
This is what I had in mind for the plugin.
1. Say the player presses an assigned button on the keyboard. Lets say "A" for simplicity.
2. A command window will pop up with "Travel to..." with the options "Travel to Past", "Travel to Present", "Travel to Future", and "Return".
3. When the player selects, for example "Travel to Past" all it would do is transfer the player to a different, altered version of the map that they are in now.
4. I'd like it to have it set where the player would be in the same co-ordinate that they were at in the previous map. For example, if the player was at (8, 9) on map "Future", they'd still be at
(8, 9) on map "Past".
EDIT:
Blugh, my post keeps getting published before I'm ready to. Habitually pressing the Tab Button to indent.
So, if this can be Evented, that'd be fantastic! If it'd be more efficient to script it, I'm open to learning Java and will gladly listen to pointers.
Thank you for reading!
Have a lovely day/night, where/whenever you may be!
Last edited by a moderator:






