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
Scripting used to make a checkpoint?
Statyk Offline
Schrödinger's Mod

Posts: 4,390
Threads: 72
Joined: Sep 2011
Reputation: 241
#7
RE: Scripting used to make a checkpoint?

(11-26-2011, 05:00 AM)FreshKorruption Wrote: Thanks. Im still a lil rusty though =/ So what would i put in thhe int alCount and string &in asName?
Lol definitely a little rusty... =P You don't put anything there. here's an example:

//_________________
void OnStart();
{
CheckPoint("", "SPAWNAREANAME", "CALLBACKFUNC", "", "");
}

void CALLBACKFUNC(string &in asName, int alCount)
{
//your scripts here. =P
}
11-26-2011, 05:26 AM
Find


Messages In This Thread
RE: Scripting used to make a checkpoint? - by Statyk - 11-26-2011, 05:26 AM



Users browsing this thread: 1 Guest(s)