ID:83173
 
DJ_Time_Travel HUB: http://www.byond.com/developer/MrDJ7/DJ_Time_TravelDemo

UPDATE: Fixed Errors

Please post any feedback/questions/suggestions here.

This very small demo allows the user to reverse actions done while logged it. This a small demo showing some of the possibilities time reversal can be used for in Byond games.

I will possibly release the source in a later version after I clean up the programing and add more features.

The demo also supports multiplayer.


Verbs:

Reverse():
Reverses the User's actions by a specified number.

Reverse_Limit():
Prompts the user to specify how many ticks the user can go back while reversing.

Time_Clone():
Creates a sort of a "time clone" that mimics the user's moves by a specified number of ticks.


Time_Clone_Limit():
Prompts the user to specify how many ticks the "time clone" will follow.
Filled with runtime errors.
Underworld Kid wrote:
Filled with runtime errors.

I just fixed all the errors.
UPDATE; Made it run smoother found more errors and fixed them.