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?
FreshKorruption Offline
Member

Posts: 94
Threads: 27
Joined: Oct 2011
Reputation: 1
#8
RE: Scripting used to make a checkpoint?

(11-26-2011, 05:26 AM)Statyk Wrote:
(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
}
Thanks. Gave you some reputation for helping =D

Custom Stories

-BrastaSauce

12-01-2011, 11:16 PM
Website Find


Messages In This Thread
RE: Scripting used to make a checkpoint? - by FreshKorruption - 12-01-2011, 11:16 PM



Users browsing this thread: 1 Guest(s)