Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Rollback
Khyrpa Offline
Senior Member

Posts: 638
Threads: 10
Joined: Apr 2011
Reputation: 24
#6
RE: Rollback

(05-28-2011, 02:21 PM)Synopsis Wrote: Yes, the problems is how to reload the entire map.

Everytime the player dies he appeares behind the cave-in, unable to move further. This can, however, be easily solved by setting new spawn-point. But in this case, the grunt that killed the player magically disappears. (I need the grunt, because he drops story related item).

CheckPoint ("yourmap", "the spawn you wanted", "RedoScripts", "", "");

void RedoScripts(string &in asName, int alCount)
{
SetEntityActive("thecaveinthing", false);
put here the callbacks and things you want to happen again. I'm not sure if callbacks stack btw
}
nor do I know if the grunt can be activated again.. hmm
(This post was last modified: 05-28-2011, 02:30 PM by Khyrpa.)
05-28-2011, 02:30 PM
Find


Messages In This Thread
Rollback - by Synopsis - 05-28-2011, 01:04 PM
RE: Rollback - by Khyrpa - 05-28-2011, 01:18 PM
RE: Rollback - by Synopsis - 05-28-2011, 01:43 PM
RE: Rollback - by Rownbear - 05-28-2011, 01:56 PM
RE: Rollback - by Synopsis - 05-28-2011, 02:21 PM
RE: Rollback - by Khyrpa - 05-28-2011, 02:30 PM
RE: Rollback - by Synopsis - 05-28-2011, 02:42 PM
RE: Rollback - by Khyrpa - 05-28-2011, 02:44 PM



Users browsing this thread: 1 Guest(s)