User contributions
From AGI Wiki
Jump to navigationJump to search- 11:53, 14 April 2019 diff hist +8 m Controller →Example
- 11:51, 14 April 2019 diff hist +4 m Compare.strings →Example current
- 11:49, 14 April 2019 diff hist +4 m Call.v →Example current
- 11:48, 14 April 2019 diff hist +4 m Call →Example current
- 23:26, 13 April 2019 diff hist +1,964 N Obj.in.box Created page with "The '''obj.in.box''' command returns TRUE if the entire bottom row of pixels of the screen object is within a specified region. == Syntax == obj.in.box(screen object|o..."
- 23:01, 13 April 2019 diff hist +2,010 N Object.on.water Created page with "The '''object.on.water''' command restricts a screen object to water (areas with priority of 3). == Syntax == object.on.water(obj oA); == Remarks == Sc..." current
- 22:50, 13 April 2019 diff hist +2,347 N Object.on.land Created page with "The '''object.on.land''' command restricts a screen object from going entirely on water (areas where priority does not equal 3). == Syntax == object.on.land(screen object|..." current
- 22:39, 13 April 2019 diff hist +1,266 N Object.on.anything Created page with "The '''object.on.anything''' command removes area restrictions from a screen object. == Syntax == object.on.anything(obj oA); == Remarks == This comm..." current
- 18:33, 12 April 2019 diff hist -3 Normal.cycle →Possible Errors current
- 18:30, 12 April 2019 diff hist +11 Normal.motion →Possible Errors
- 18:29, 12 April 2019 diff hist +648 Number.of.loops current
- 18:23, 12 April 2019 diff hist +1,127 Normal.motion
- 18:08, 12 April 2019 diff hist +2,033 N Normal.cycle Created page with "The '''normal.cycle''' command switches an object's cycle mode to 'normal'. == Syntax == normal.cycle(obj oA); == Remarks == In 'normal' cycle mode..."
- 18:02, 12 April 2019 diff hist +1,353 N New.room.v Created page with "The '''new.room.v''' command indirectly changes the current room number and forces an update. == Syntax == new.room.v(var vROOMNUM); == Remarks == The '''new...." current
- 17:56, 12 April 2019 diff hist +1,524 New.room current
- 17:24, 11 April 2019 diff hist +9 Mul.n →Remarks current
- 17:23, 11 April 2019 diff hist +1,413 N Mul.v Created page with "The '''mul.v''' command multiplies two variables and stores the result in the first. == Syntax == mul.v(var vA, var vB);<br /> vA = vA * vB;<br />..." current
- 17:20, 11 April 2019 diff hist +1,331 N Mul.n Created page with "The '''mul.n''' command multiplies a variable with a number. == Syntax == mul.n(var vA, byt B);<br /> vA = vA * B;<br /> vA *= B; == Remarks == Bec..."
- 17:17, 11 April 2019 diff hist +133 Div.v →Remarks current
- 17:16, 11 April 2019 diff hist +133 Div.n →Remarks current
- 16:22, 11 April 2019 diff hist +2,257 Move.obj.v current
- 15:17, 11 April 2019 diff hist +68 Move.obj →Possible Errors current
- 15:15, 11 April 2019 diff hist +92 Move.obj →Remarks
- 15:03, 11 April 2019 diff hist +2,024 Move.obj
- 14:07, 11 April 2019 diff hist +1,179 N Mouse.posn Created page with "The '''mouse.posn''' command polls the mouse for its current position. == Syntax == mouse.posn(var vA, var vB); == Remarks == Details of mouse in..." current
- 13:33, 11 April 2019 diff hist +2,373 N Menu.input Created page with "The '''menu.input''' command brings up the menu at the beginning of the next interpreter cycle. == Syntax == menu.input(); == Remarks == When the '''menu.input'''..." current
- 13:22, 11 April 2019 diff hist +2,086 N Log Created page with "The '''log''' command adds an entry to the game's log file. == Syntax == log(msg mLOGMSG);<br /> log("log message"); == Remarks == The '''log''' command is oft..." current
- 21:56, 10 April 2019 diff hist +1,683 N Load.view.v Created page with "The '''load.view.v''' command indirectly loads a view resource onto the memory heap. == Syntax == load.view.v(var vVIEWNUM); == Remarks == This comman..." current
- 21:16, 10 April 2019 diff hist -438 Load.view current
- 20:34, 10 April 2019 diff hist +889 Load.sound current
- 15:39, 10 April 2019 diff hist +112 Load.pic →Remarks current
- 15:28, 10 April 2019 diff hist +74 Load.logics.v →Remarks current
- 15:23, 10 April 2019 diff hist +76 Load.logics →Remarks current
- 07:05, 10 April 2019 diff hist +1,729 N Load.pic Created page with "The '''load.pic''' command indirectly loads a picture resource onto the memory heap. == Syntax == load.pic(var vPICNUM); == Remarks == This command lo..."
- 06:58, 10 April 2019 diff hist +1,485 N Load.logics.v Created page with "The '''load.logics.v''' command indirectly loads a logic resource onto the memory heap. == Syntax == load.logics.v(var vLOGICNUM); == Remarks == This..."
- 06:48, 10 April 2019 diff hist +1,384 N Load.logics Created page with "The '''load.logics''' command loads a logic resource onto the memory heap. == Syntax == load.logics(byt LOGICNUM); == Remarks == This command loads lo..."
- 21:10, 9 April 2019 diff hist +993 N Lindirectv Created page with "The '''lindirectv''' command assigns the value of one variable to another indirectly. == Syntax == lindirectv(var vA, var vB);<br /> *vA =..." current
- 20:55, 9 April 2019 diff hist +961 N Lindirectn Created page with "The '''lindirectn''' command assigns a numerical value to a variable indirectly. == Syntax == lindirectn(var vA, byt B);<br /> *vA = B; ==..." current
- 20:18, 9 April 2019 diff hist +1,203 N Lessv Created page with "The '''lessv''' command compares the values of two variables. It returns TRUE if the value of the first variable is less than the value of the second variable. =..."
- 19:44, 9 April 2019 diff hist +1,156 N Lessn Created page with "The '''lessn''' command compares a variable value to a number. It returns TRUE if the value of the variable is less than the number. == Syntax == lessn(var..."
- 17:19, 9 April 2019 diff hist -449 Last.cel.v Blanked the page current
- 16:50, 9 April 2019 diff hist +102 Talk:Last.cel.v current
- 16:49, 9 April 2019 diff hist +39 N Talk:Last.cel.v Created page with "there is no 'last.cel.v' command in AGI"
- 16:44, 9 April 2019 diff hist +682 Last.cel current
- 15:25, 9 April 2019 diff hist +1,097 N Issetv Created page with "The '''issetv''' command returns the value of a flag indirectly. == Syntax == issetv(var vA) == Remarks == Test commands are only valid in an <code>if</co..." current
- 23:30, 8 April 2019 diff hist +1,077 N Isset Created page with "The '''isset''' command returns the value of the specified flag. == Syntax == isset(flg fA)<br /> fA<br /> == Remarks == Test commands are only valid in an <..."
- 23:24, 8 April 2019 diff hist +1,076 N Init.joy Created page with "The '''init.joy''' command calibrates the joystick, if one is connected. == Syntax == init.joy(); == Remarks == The joystick is disabled by default when..." current
- 21:33, 8 April 2019 diff hist +844 N Init.disk Created page with "The '''init.disk''' command presumably formatted a floppy disk for save game use on non-PC systems. == Syntax == init.disk(); == Remarks == In the PC version of AGI, this..." current
- 21:25, 8 April 2019 diff hist +1,385 N Increment Created page with "The '''increment''' command increases a variable's value by one. == Syntax == increment(var vA);<br /> ++vA;<br /> vA++;<br /> vA = vA + 1;<br /> v..." current
- 21:15, 8 April 2019 diff hist +1,493 N Ignore.objs Created page with "The '''ignore.objs''' command allows a screen object to move through other objects. == Syntax == ignore.objs(obj oA); == Remarks == By default when i..." current