User contributions
From theFarWilds
(Latest | Earliest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 20:38, 23 March 2010 (diff | hist) . . (+200) . . N Card Functions (New page: Scripting Card Functions are called on the Card object. For example Card card=getAIPlayer(0).getHandCard(0); if(card.getName()=="Tangler") { // ... List of functions: string '''g...)
- 12:55, 23 March 2010 (diff | hist) . . (+7) . . Global Functions
- 12:55, 23 March 2010 (diff | hist) . . (+15) . . Global Functions
- 12:49, 23 March 2010 (diff | hist) . . (+133) . . Config Functions
- 12:38, 23 March 2010 (diff | hist) . . (+225) . . Global Functions
- 12:24, 21 March 2010 (diff | hist) . . (-1) . . Scripting Examples
- 12:13, 21 March 2010 (diff | hist) . . (+151) . . Scripting Examples
- 12:10, 21 March 2010 (diff | hist) . . (+1) . . Scripting Examples
- 12:10, 21 March 2010 (diff | hist) . . (+240) . . Scripting Examples
- 18:53, 19 March 2010 (diff | hist) . . (+110) . . Player Functions
- 18:52, 19 March 2010 (diff | hist) . . (+6) . . Global Functions
- 18:51, 19 March 2010 (diff | hist) . . (+395) . . Global Functions
- 18:41, 19 March 2010 (diff | hist) . . (+1) . . Entity Functions
- 18:41, 19 March 2010 (diff | hist) . . (+363) . . Entity Functions
- 18:36, 19 March 2010 (diff | hist) . . (+71) . . N Location Functions (New page: Scripting There is only one Location function now: bool isValid();)
- 18:35, 19 March 2010 (diff | hist) . . (+155) . . N Entity Functions (New page: Scripting Entity Functions are called on the Entity object. For example Entity ent=getFigure(createLocation(3,3)); ent.remove(); List of functions:)
- 18:33, 19 March 2010 (diff | hist) . . (+493) . . N Player Functions (New page: Scripting Player Functions are called on the Player object. For example Player player=getAIPlayer(0); player.drawCard(); List of functions: bool isValid(); void addToHand(string ...)
- 18:30, 19 March 2010 (diff | hist) . . (+449) . . N Config Functions (New page: Scripting Config Game Functions. You can only call these from inside configGame(). See Script Functions void addAIPlayer(string PlayerName,string Avatar,int teamID); // all par...)
- 18:29, 19 March 2010 (diff | hist) . . (+577) . . N Global Functions (New page: Scripting Global Functions that you can call from your scripts: Entity createEntity(string CardName, int x_coord , int y_coord,Player controller ); Entity createEntity(string CardNa...)
- 18:28, 19 March 2010 (diff | hist) . . (+1) . . Scripting
- 18:28, 19 March 2010 (diff | hist) . . (+6) . . Scripting
- 18:28, 19 March 2010 (diff | hist) . . (-1,231) . . Scripting
- 18:25, 19 March 2010 (diff | hist) . . (+36) . . Hook Functions
- 18:24, 19 March 2010 (diff | hist) . . (+652) . . N Hook Functions (New page: These are functions you can implement in your scripts. They are call at the appropriate times by the game. void configGame(); // Sets up the game state such as # of players, Map Size, ...)
- 18:23, 19 March 2010 (diff | hist) . . (-523) . . Scripting
- 18:20, 19 March 2010 (diff | hist) . . (+15) . . Scripting Examples
- 18:19, 19 March 2010 (diff | hist) . . (-739) . . Scripting Examples
- 16:36, 19 March 2010 (diff | hist) . . (+1,582) . . N Scripting Examples (New page: Example Scripts: // Fortified AI void configGame() { addAIPlayer("Evil Fish","Crypt Doctor",0); } void beforeStart() { Player aiPlayer=getAIPlayer(0); createEntity("Earthwo...)
- 16:35, 19 March 2010 (diff | hist) . . (-1,557) . . Scripting
- 21:09, 18 March 2010 (diff | hist) . . (+1) . . Domain League (→The Domain League) (top)
- 14:26, 17 March 2010 (diff | hist) . . (+84) . . Scripting
- 03:51, 17 March 2010 (diff | hist) . . (+229) . . Scripting
- 03:26, 17 March 2010 (diff | hist) . . (+55) . . Scripting
- 03:18, 17 March 2010 (diff | hist) . . (+596) . . Scripting
- 22:14, 16 March 2010 (diff | hist) . . (0) . . Scripting
- 21:33, 16 March 2010 (diff | hist) . . (-1) . . Coordinate System
- 15:46, 16 March 2010 (diff | hist) . . (+5) . . Scripting
- 15:45, 16 March 2010 (diff | hist) . . (+69) . . Scripting
- 15:43, 16 March 2010 (diff | hist) . . (+22) . . Scripting
- 15:42, 16 March 2010 (diff | hist) . . (-4) . . Scripting
- 15:29, 16 March 2010 (diff | hist) . . (+2) . . Scripting
- 15:28, 16 March 2010 (diff | hist) . . (+17) . . Scripting
- 15:27, 16 March 2010 (diff | hist) . . (+781) . . Scripting
- 20:09, 14 March 2010 (diff | hist) . . (+147) . . Scripting
- 16:42, 14 March 2010 (diff | hist) . . (+479) . . N Scripting (New page: This is the start of the scripting API. It will be expanded over time. If you want something ask for it in the forum. Functions you can implement: void setupGame(); // Sets up the game s...)
- 13:58, 24 February 2010 (diff | hist) . . (+88) . . Expert Clash
- 00:19, 20 January 2010 (diff | hist) . . (+148) . . Autodraw
- 16:20, 6 January 2010 (diff | hist) . . (-265) . . Mog (top)
- 16:17, 3 December 2009 (diff | hist) . . (0) . . Sealed
- 15:47, 22 November 2009 (diff | hist) . . (-5) . . Flux Counting (→Flux Counting and Improving Your Opening Game)
(Latest | Earliest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)