• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

[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