30 January 2011
- 00:3800:38, 30 January 2011 diff hist +91 m Creation/Management/Global Development Team →Scripting
1 June 2010
- 13:2413:24, 1 June 2010 diff hist +88 m Creation/Management/Global Development Team →Scripting
- 13:1713:17, 1 June 2010 diff hist +84 m Creation/Management/Global Development Team →Scripting
26 April 2010
- 17:4817:48, 26 April 2010 diff hist +8 m Creation/Dev/Script/Functions/keydown No edit summary
- 17:4817:48, 26 April 2010 diff hist +545 N Creation/Dev/Script/Functions/keydown Created page with 'Category:Scripting Reference ''Clientside'' ''Description'' <p>Used to check which key a player has held down.</p> example: <pre> function onKeyPressed() { if (keydown(5))…'
- 17:3317:33, 26 April 2010 diff hist +58 N Creation/Dev/Script/Functions/disableweapons() moved Creation/Dev/Script/Functions/disableweapons() to Creation/Dev/Script/Functions/disableweapons current
- 17:3317:33, 26 April 2010 diff hist 0 m Creation/Dev/Script/Functions/disableweapons moved Creation/Dev/Script/Functions/disableweapons() to Creation/Dev/Script/Functions/disableweapons current
- 17:3017:30, 26 April 2010 diff hist −33 m Creation/Dev/Script/Functions/showstats No edit summary current
- 17:2817:28, 26 April 2010 diff hist 0 m Creation/Dev/Script/Functions/showstats No edit summary
- 17:2617:26, 26 April 2010 diff hist +878 N Creation/Dev/Script/Functions/showstats Created page with 'Category:Scripting Reference ''Clientside'' ''Description'' <p>Used to disable various parts of the games built-in gui.</p> example: <pre> function onCreated() { showstats…'
- 17:2017:20, 26 April 2010 diff hist +58 N Creation/Dev/Script/Functions/enablefeatures(int) moved Creation/Dev/Script/Functions/enablefeatures(int) to Creation/Dev/Script/Functions/enablefeatures: seems better not to have (int) yeah.. current
- 17:2017:20, 26 April 2010 diff hist 0 m Creation/Dev/Script/Functions/enablefeatures moved Creation/Dev/Script/Functions/enablefeatures(int) to Creation/Dev/Script/Functions/enablefeatures: seems better not to have (int) yeah..
- 17:1917:19, 26 April 2010 diff hist +190 N Creation/Dev/Script/Functions/enableweapons() Created page with '''Clientside'' ''Serverside'' ''Description'' <p>Used to enable the 's' and 'd' keys for using the sword and npc weapons.</p> example:<pre> function onCreated() { enableweapon…'
- 17:1717:17, 26 April 2010 diff hist +192 N Creation/Dev/Script/Functions/disableweapons Created page with '''Clientside'' ''Serverside'' ''Description'' <p>Used to disable the 's' and 'd' keys for using the sword and npc weapons.</p> example:<pre> function onCreated() { disableweap…'
- 17:1417:14, 26 April 2010 diff hist +14 Creation/Dev/Script/Functions/enablefeatures No edit summary
- 17:0317:03, 26 April 2010 diff hist +50 m Creation/Dev/Script/Clientside Functions →Functions
- 17:0217:02, 26 April 2010 diff hist +63 N Enablefeatures(int) moved Enablefeatures(int) to Creation/Dev/Script/Functions/enablefeatures(int): I should have made it there current
- 17:0217:02, 26 April 2010 diff hist 0 m Creation/Dev/Script/Functions/enablefeatures moved Enablefeatures(int) to Creation/Dev/Script/Functions/enablefeatures(int): I should have made it there
- 16:5516:55, 26 April 2010 diff hist +2 m Creation/Dev/Script/Clientside Functions →Functions
- 16:5216:52, 26 April 2010 diff hist −21 Creation/Dev/Script/Functions/enablefeatures →enablefeatures(int)
- 16:5216:52, 26 April 2010 diff hist +1,113 N Creation/Dev/Script/Functions/enablefeatures Created page with '=enablefeatures(int)= example: <pre> function onCreated() { enablefeatures(allfeatures - 0x100); }</pre> <p>Disables hearts over the player's head.</p> {| border="1" cellpadd…'