User Tools

Site Tools


hpl2:tutorials:scripting:checkpoints_using_scriptarea_s

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
hpl2:tutorials:scripting:checkpoints_using_scriptarea_s [2012/09/16 10:49]
steve
hpl2:tutorials:scripting:checkpoints_using_scriptarea_s [2012/09/16 10:53] (current)
steve
Line 8: Line 8:
  
  
-[[{{http://i48.tinypic.com/​5tz860.jpg?​direct&​300x299}}]] +{{http://oi48.tinypic.com/​5tz860.jpg?​direct&​300}}
  
  
Line 14: Line 14:
  
  
-{{http://​i49.tinypic.com/​2qs17op.png?​direct&​300x487}}+{{http://​i49.tinypic.com/​2qs17op.jpg?​direct&​185x300}}
  
  
Line 20: Line 20:
  
  
-|void OnStart() ​ \\ {   ​\\ AddEntityCollideCallback(“Player”,​ “ScriptArea_1”,​ “Restart”,​ true, 1);  \\ }  \\   \\ void Restart(string &in asParent, string &in asChild, int alState) ​ \\ {  \\ CheckPoint (“FirstCheckpoint”,​ “PlayerStartArea_1”,​ “Happening”,​ “DeathCategory”,​ “Deathtext”); ​ \\ }  \\  \\ void Happening(string &in asName, int alCount) ​ \\ {  \\ /Stuff you want to happen after you die/   ​\\ //}//  |+|void OnStart() ​    ​\\ {      \\ AddEntityCollideCallback(“Player”,​ “ScriptArea_1”,​ “Restart”,​ true, 1);     ​\\ }     ​\\   \\ void Restart(string &in asParent, string &in asChild, int alState) ​    ​\\ {     ​\\ CheckPoint (“FirstCheckpoint”,​ “PlayerStartArea_1”,​ “Happening”,​ “DeathCategory”,​ “Deathtext”); ​    ​\\ }     ​\\  \\ void Happening(string &in asName, int alCount) ​    ​\\ {     ​\\ /Stuff you want to happen after you die/      \\ //}//  |
  
  
Line 26: Line 26:
  
  
-|<//​LANGUAGE> ​  // ​ \\ <//​CATEGORY Name="​DeathCategory">// ​ \\ <//Entry Name="​Deathtext">​Text you want in the black screen after you die// <///​Entry> ​  ​\\  // <///​CATEGORY>​ //  \\ <///​LANGUAGE>​ //  |+|<//​LANGUAGE> ​  // ​ \\ <//​CATEGORY Name="​DeathCategory">// ​ \\ <//Entry Name="​Deathtext">​Text you want in the black screen after you die// <///​Entry> ​     \\  // <///​CATEGORY>​ //  \\ <///​LANGUAGE>​ //  |
  
  
hpl2/tutorials/scripting/checkpoints_using_scriptarea_s.1347792564.txt.gz · Last modified: 2012/09/16 10:49 by steve