User contributions
From AGI Wiki
Jump to navigationJump to search- 18:10, 24 April 2019 diff hist +1,468 N Unanimate.all Created page with "The '''unanimate.all''' command deactivates all screen objects. == Syntax == unanimate.all(); == Remarks == The '''unanimate.all''' command marks all screen objects as..." current
- 17:46, 24 April 2019 diff hist +1,714 N Trace.on Created page with "The '''trace.on''' command turns the debugger trace mode on. == Syntax == trace.on(); == Remarks == The '''trace.on''' command switches the interpreter cycle to AGI..." current
- 17:34, 24 April 2019 diff hist +241 Submit.menu →Possible Errors current
- 07:30, 24 April 2019 diff hist +2,258 N Trace.info Created page with "The '''trace.info''' command sets up the trace mode. == Syntax == trace.info(byt LOGNUM, byt TOP, byt HEIGHT); == Remarks == The '''trace...." current
- 07:12, 24 April 2019 diff hist +885 N Toggle.v Created page with "The '''toggle.v''' command toggles a flag's value indirectly. == Syntax == toggle.v(var vA); == Remarks == Toggles flag '''fB''' (from FALSE to TRUE o..." current
- 07:08, 24 April 2019 diff hist +1,563 N Toggle.monitor Created page with "The '''toggle.monitor''' command switches between CGA and RGB graphics modes. == Syntax == toggle.monitor(); == Remarks == This is only useful when AGI is running on a..." current
- 07:02, 24 April 2019 diff hist +804 N Toggle Created page with "The '''toggle''' command toggles a flag's value. == Syntax == toggle(flg fA); == Remarks == Toggles flag '''fA''' (from FALSE to TRUE or TRUE to FALSE). == P..." current
- 06:58, 24 April 2019 diff hist +2,749 N Text.screen Created page with "The '''text.screen''' command switches the AGI display to text mode. == Syntax == text.screen(); == Remarks == The '''text.screen''' command switches AGI to the text dis..." current
- 21:48, 23 April 2019 diff hist +1,191 N Subv Created page with "The '''subv''' command subtracts the value of one variable from another and stores the result in the first variable. == Syntax == subv(var vA, var..." current
- 21:45, 23 April 2019 diff hist -9 m Addn →Remarks current
- 21:44, 23 April 2019 diff hist +1,493 N Subn Created page with "The '''subn''' command subtracts a numerical value from a variable. == Syntax == subn(var vA, byt B);<br /> vA = vA - B;<br /> vA -= B;<br /> == Rem..." current
- 21:11, 23 April 2019 diff hist -3 Addv →Remarks current
- 21:10, 23 April 2019 diff hist -2 Addn →Remarks
- 20:45, 23 April 2019 diff hist +1,977 N Submit.menu Created page with "The '''submit.menu''' command enables the use of menus after they have been created with the '''set.menu''' and '''set.menu.item''' commands. == Synt..."
- 20:34, 23 April 2019 diff hist +2,338 N Stop.update Created page with "The '''stop.update''' command disables the updating property of a screen object, which prevents it from moving or cycling. == Syntax == stop.update(obj..." current
- 20:18, 23 April 2019 diff hist +87 Stop.sound current
- 19:55, 23 April 2019 diff hist +2,186 N Stop.cycling Created page with "The '''stop.cycling''' command stops an object from cycling. == Syntax == stop.cycling(obj oA); == Remarks == The '''stop.cycling''' command disables..." current
- 19:46, 23 April 2019 diff hist +1,413 Step.time current
- 19:23, 23 April 2019 diff hist +1,021 Step.size current
- 19:11, 23 April 2019 diff hist +1,012 N Status.line.on Created page with "The '''status.line.on''' command enables and displays the status line. == Syntax == status.line.on(); == Remarks == The status line, which displays the current score..." current
- 19:08, 23 April 2019 diff hist +46 m Status.line.off →See Also current
- 18:54, 23 April 2019 diff hist +924 N Status.line.off Created page with "The '''status.line.off''' command disables and hides the status line. == Syntax == status.line.off(); == Remarks == The status line, which displays the current score..."
- 18:48, 23 April 2019 diff hist +3,079 N Status Created page with "The '''status''' command displays the inventory screen. == Syntax == status(); == Remarks == The inventory screen is a text mode screen that lists all inventory item..." current
- 18:26, 23 April 2019 diff hist +2,281 N Start.update Created page with "The '''start.update''' command re-enables the updating property of a screen object, allowing it to move and cycle. == Syntax == start.update(obj oA);..." current
- 17:49, 23 April 2019 diff hist +58 Normal.motion →Remarks current
- 17:24, 23 April 2019 diff hist +461 Start.motion →Remarks current
- 17:22, 23 April 2019 diff hist +75 Normal.motion →Remarks
- 17:18, 23 April 2019 diff hist -2 m Start.motion →Remarks
- 17:17, 23 April 2019 diff hist +894 Start.motion
- 22:05, 22 April 2019 diff hist +1,283 N Start.cycling Created page with "The '''start.cycling''' command begins cycling a screen object based on its current cycle mode. == Syntax == start.cycling(obj oA); == Remarks == If cy..." current
- 21:49, 22 April 2019 diff hist +100 Sound →Remarks current
- 21:47, 22 April 2019 diff hist -1,302 Sound Command Redirected page to Sound current
- 21:45, 22 April 2019 diff hist +1 Sound →Remarks
- 21:44, 22 April 2019 diff hist +1,518 Sound
- 21:08, 22 April 2019 diff hist +1,471 N Show.pri.screen Created page with "The '''show.pri.screen''' command displays the current room's priority screen on the display monitor. == Syntax == show.pri.screen(); == Remarks == This command pauses the..." current
- 20:24, 22 April 2019 diff hist +1,616 N Show.pic Created page with "The '''show.pic''' command copies the visual screen created in memory onto the actual display screen. == Syntax == show.pic(); == Remarks == AGI does not draw Picture Re..." current
- 19:00, 22 April 2019 diff hist +3,182 N Show.obj.v Created page with "The '''show.obj.v''' command indirectly displays a view representing an inventory item and its description. == Syntax == show.obj.v(variable|va..." current
- 18:30, 22 April 2019 diff hist +32 Show.obj →Remarks current
- 18:30, 22 April 2019 diff hist +2,856 N Show.obj Created page with "The '''show.obj''' command displays a view representing an inventory item and its description. == Syntax == show.obj(byt VIEWNUM); ==..."
- 22:03, 21 April 2019 diff hist +1,105 N Show.mouse Created page with "The '''show.mouse''' command restores the mouse cursor to the screen. == Syntax == show.mouse(); == Remarks == In the PC version of AGI, this command points to a null func..." current
- 21:53, 21 April 2019 diff hist +1,458 N Show.mem Created page with "The '''show.mem''' command displays information on memory usage. == Syntax == show.mem(); == Remarks == This command is typically used during debugging to help manage me..." current
- 21:39, 21 April 2019 diff hist +34 Shake.screen →See Also current
- 21:37, 21 April 2019 diff hist +1,090 Shake.screen
- 21:27, 21 April 2019 diff hist +1,860 N Set.view.v Created page with "The '''set.view.v''' command assigns a view to an object indirectly. == Syntax == set.view.v(obj oA, var vVIEW); == Remarks == View Resour..." current
- 21:21, 21 April 2019 diff hist +9 m Set.view →Remarks current
- 21:16, 21 April 2019 diff hist +1,766 N Set.view Created page with "The '''set.view''' command assigns a view to a screen object. == Syntax == set.view(obj oA, byt VIEW); == Remarks == View Resource (AGI)|vie..."
- 21:05, 21 April 2019 diff hist +814 N Set.v Created page with "The '''set.v''' command indirectly sets a flag's value to TRUE. == Syntax == set.v(var vA); == Remarks == Sets flag '''fB''', where '''B''' equals the..." current
- 20:59, 21 April 2019 diff hist +932 N Set.upper.left Created page with "The purpose of the '''set.upper.left''' command not currently known. == Syntax == set.upper.left(byt A, byt B); == Remarks == This command may be rel..." current
- 20:53, 21 April 2019 diff hist +19 Set.text.attribute →Remarks current
- 20:45, 21 April 2019 diff hist +6,183 N Set.text.attribute Created page with "The '''set.text.attribute''' command sets the foreground and background color for the display commands. == Syntax == set.text.attribute(byt FG, byt BG)..."