Tutorials: Difference between revisions
Jump to navigation
Jump to search
LordMisfit (talk | contribs) mNo edit summary |
Hendricks266 (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
A small list of minor-level tutorials for examples of EDuke32's coding power. | A small list of minor-level tutorials for examples of EDuke32's .CON coding power. | ||
* [[Eliminate_player_self-damage|Prevent Players/Actors from Inflicting Self-Damage]] | * [[Eliminate_player_self-damage|How to Prevent Players/Actors from Inflicting Self-Damage]] | ||
* [[Prevent_fall_damage_or_falling_death|How to Prevent Damage/Death from Long Falls]] | * [[Prevent_fall_damage_or_falling_death|How to Prevent Damage/Death from Long Falls]] | ||
* [[Limit_the_height_of_the_player%27s_jump|How to Limit The Player's Jumping Height]] | * [[Limit_the_height_of_the_player%27s_jump|How to Limit The Player's Jumping Height]] | ||
* [[Enable_and_fix_minibosses|How to Enable and Fix the Minibosses]] | |||
* [[Make_one_actor_face_another|How to Make One Actor Face Another]] | * [[Make_one_actor_face_another|How to Make One Actor Face Another]] | ||
* [[Value_controlled_rain_code|How to Control Rain on a Fine Scale]] | * [[Value_controlled_rain_code|How to Control Rain on a Fine Scale]] | ||
[[Category: Tutorials]] | [[Category: Tutorials]] |
Revision as of 20:10, 3 November 2006
A small list of minor-level tutorials for examples of EDuke32's .CON coding power.