User contributions
From AGI Wiki
Jump to navigationJump to search- 22:16, 19 April 2019 diff hist +429 Return current
- 21:41, 19 April 2019 diff hist +1,265 N Restoring Games Created page with "Restoring a game is accomplished by calling the '''restore.game''' command. The player is prompted to choose a directory, and one of the save games located in the director..." current
- 21:06, 19 April 2019 diff hist +1,190 N Restore.game Created page with "The '''restore.game''' command restores a game from a previously saved game file. == Syntax == restore.game(); == Remarks == This command displays a window that allows a p..." current
- 20:39, 19 April 2019 diff hist +1,438 N Restarting Games Created page with "The '''restart.game''' command is used to restart a game from the beginning. Restarting a game is similar to restoring a game, except all memory is..." current
- 20:26, 19 April 2019 diff hist +835 N Restart.game Created page with "The '''restart.game''' command restarts a game from the beginning. == Syntax == restart.game(); == Remarks == Restarting a game resets AGI and starts the game over from th..." current
- 20:09, 19 April 2019 diff hist +842 N Reset.v Created page with "The '''reset.v''' command indirectly changes a flag's value to FALSE. == Syntax == reset.v(var vA); == Remarks == Flag '''B''', where '''B''' = '''vA'..."
- 19:55, 19 April 2019 diff hist +1,670 N Reset.scan.start Created page with "The '''reset.scan.start''' command resets the entry point for a logic script back to the start. == Syntax == reset.scan.start(); == Remarks == When logic scripts are e..." current
- 19:38, 19 April 2019 diff hist +749 N Reset Created page with "The '''reset''' command changes a flag's value to FALSE. == Syntax == reset(flg fA);<br /> fA = false; == Remarks == None. == Possible Errors == Changing va..."
- 19:28, 19 April 2019 diff hist +1,937 N Reposition.to.v Created page with "The '''reposition.to.v''' command indirectly changes the position of a screen object that is currently drawn on the screen. == Syntax == reposition.to.v([[screen object|obj]..." current
- 17:29, 19 April 2019 diff hist +1,864 N Reposition.to Created page with "The '''reposition.to''' command changes the position of a screen object currently drawn on the screen. == Syntax == reposition.to(obj oA, byt X,..." current
- 16:44, 19 April 2019 diff hist +2,488 N Reposition Created page with "The '''reposition''' command changes the position of a screen object currently drawn on the screen by an amount relative to its current position. == Syntax == reposition(s..." current
- 15:45, 19 April 2019 diff hist -250 Release.priority current
- 15:05, 19 April 2019 diff hist +1,630 N Release.loop Created page with "The '''release.loop''' command re-enables the auto loop select feature for a screen object. == Syntax == release.loop(obj oA); == Remarks == AGI includes..."
- 14:35, 19 April 2019 diff hist +1,570 N Release.key Created page with "The '''release.key''' command restores ego control keys to normal mode. == Syntax == release.key(); == Remarks == By default, when AGI starts, pressing and releasing a d..." current
- 07:25, 19 April 2019 diff hist +1,481 N Random Created page with "The '''random''' command generates a random number within a specified range. == Syntax == random(byt LOWER, byt UPPER, var vRESULT); == R..." current
- 07:15, 19 April 2019 diff hist +34 Quit →See Also current
- 07:03, 19 April 2019 diff hist +1,035 N Quit Created page with "The '''quit''' command ends the game. == Syntax == quit(); '''(VERSION 2.089 ONLY)''' quit(byt MODE); '''(ALL OTHER VERSIONS)''' == Remarks == '''NOTE:''' In..."
- 22:25, 18 April 2019 diff hist +1,372 N Put.v Created page with "The '''put.v''' command indirectly sets the room number value for an inventory item. == Syntax == put.v(var vITEM, var vR..." current
- 22:01, 18 April 2019 diff hist +1,487 N Put Created page with "The '''put''' command sets the room number value for an inventory item. == Syntax == put(itm iA, var vROOMNUM);<br /> put("item", v..." current
- 21:45, 18 April 2019 diff hist +286 Push.script current
- 21:20, 18 April 2019 diff hist +645 Program.control current
- 07:12, 18 April 2019 diff hist +4,060 N Print.at.v Created page with "The '''print.at.v''' command indirectly displays a message in a window at a specified location. == Syntax == print.at.v(var vMSG, byt ROW, number|b..." current
- 07:02, 18 April 2019 diff hist -3 m Print →Remarks current
- 07:02, 18 April 2019 diff hist +3,830 N Print.at Created page with "The '''print.at''' command displays a message in a window at a specified location. == Syntax == print.at(msg mMSG, byt ROW, byt COL, numb..." current
- 20:22, 17 April 2019 diff hist +2,353 N Print Created page with "The '''print''' command displays a message in a window. == Syntax == print(msg mMSG);<br /> print("message text"); == Remarks == The text of message '''mMS..."
- 20:03, 17 April 2019 diff hist +111 Prevent.input current
- 19:42, 17 April 2019 diff hist +2,247 N Posn Created page with "The '''posn''' test command returns TRUE if the screen coordinates of the screen object's bottom left pixel are within a specified region. == Syntax == posn(screen obj..."
- 19:20, 17 April 2019 diff hist +20 m Center.posn →Possible Errors
- 18:56, 17 April 2019 diff hist +2,144 N Position.v Created page with "The '''position.v''' command indirectly sets the position of a screen object that is not on screen. == Syntax == position.v(obj oA, var vX, ..." current
- 17:58, 17 April 2019 diff hist +4 m Position →Remarks current
- 07:04, 17 April 2019 diff hist +2,074 N Position Created page with "The '''position''' command sets the position of a screen object that is not on screen. == Syntax == position(obj oA, byt X, byt Y);..."
- 07:23, 15 April 2019 diff hist +1,230 N Pop.script Created page with "The '''pop.script''' command restores the script table pointer. == Syntax == pop.script(); == Remarks == This command should only be called after '''push.script''', wh..." current
- 07:07, 15 April 2019 diff hist +720 Player.control current
- 07:02, 15 April 2019 diff hist +1,137 N Pause Created page with "The '''pause''' command pauses the game until the player presses ENTER or ESC key. == Syntax == pause(); == Remarks == A message box is displayed that says "Game paused. P..." current
- 06:59, 15 April 2019 diff hist +1,623 N Parse Created page with "The '''parse''' command parses a string as if it were text entered by the player. == Syntax == parse(str sA); == Remarks == AGI treats the text of [[string]..." current
- 20:02, 14 April 2019 diff hist +1,735 N Overlay.pic Created page with "The '''overlay.pic''' command draws a picture in memory without first clearing the existing picture. == Syntax == overlay.pic(var vPI..." current
- 17:32, 14 April 2019 diff hist +1,368 N Observe.objs Created page with "The '''observe.objs''' command prevents a screen object from moving through other objects. == Syntax == observe.objs(obj oA); == Remarks == If screen o..." current
- 17:17, 14 April 2019 diff hist +1,522 N Observe.horizon Created page with "The '''observe.horizon''' command prevents an object from going above the horizon. == Syntax == observe.horizon(obj oA); == Remarks == If screen object..."
- 17:04, 14 April 2019 diff hist +1,566 N Observe.blocks Created page with "The '''observe.blocks''' command prevents an object from crossing the boundary of a block or a conditional control line. == Syntax == observe.blocks(obj oA..." current
- 16:45, 14 April 2019 diff hist +1,505 N Obj.status.v Created page with "The '''obj.status.v''' command displays information about a screen object. == Syntax == obj.status.v(var vA); == Remarks == This command is normally used only..." current
- 16:18, 14 April 2019 diff hist +196 Obj.in.box →Possible Errors
- 16:08, 14 April 2019 diff hist -12 Obj.in.box →Remarks
- 12:16, 14 April 2019 diff hist +1,514 N Obj.in.room Created page with "The '''obj.in.room''' command returns TRUE if the specified inventory item's room number is equal to the value of a given variable. == Syntax == obj.in.room(inventory..." current
- 12:09, 14 April 2019 diff hist -2 m Lessv →Example current
- 12:06, 14 April 2019 diff hist -2 m Lessn →Example current
- 12:05, 14 April 2019 diff hist +1 m Isset →Example current
- 12:03, 14 April 2019 diff hist +4 m Have.key →Example current
- 12:03, 14 April 2019 diff hist +8 m Has →Example current
- 12:01, 14 April 2019 diff hist +43 m Greaterv →Example current
- 11:57, 14 April 2019 diff hist +7 m Greatern →Example current