• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

[JASS] Replay functions

Status
Not open for further replies.
Level 1
Joined
Aug 11, 2006
Messages
2
is there a way to make a trigger or function enabled only in replays.. I mean, i want to run some different triggers when the player view the replay.
for ex:

player p = ....//this may be the player who is viewing replay

call DisplayTextToPlayer(p,0,0,"Now you are viewing the replay")

or something like that. I hope you understand my idea.
thanks for your help...
 
Level 2
Joined
Sep 10, 2004
Messages
21
Impossible.
Would be unlogical, though.
You could do things in the replay that totally mess up the game that was played, like killing or creating units.
There is no such function and i´m glad there is none.
Sorry, though. :roll:
 
Status
Not open for further replies.
Top