→How to Hook a Function: Added a note that the level showing no longer works and is just an example
(→How to Hook a Function: Better example, imo.) |
(→How to Hook a Function: Added a note that the level showing no longer works and is just an example) |
||
| Line 35: | Line 35: | ||
So in this function, we first invoke the old function to let it do what it needs to do. Next, un-hide the level and hide the skull. Pretty simple right? | So in this function, we first invoke the old function to let it do what it needs to do. Next, un-hide the level and hide the skull. Pretty simple right? | ||
'' This is only an example for how to hook, it will not actually show you the level anymore. '' -- [[User:Shadowed|Shadowed]] | |||
== An Easier Way to Hook a Function? == | == An Easier Way to Hook a Function? == | ||