User:CWii/JB2script.js: Difference between revisions

Content deleted Content added
CWii (talk | contribs)
update
CWii (talk | contribs)
i broke it
Line 10:
Window.setTitle( "John Bot II image moval b" );
var form = new QuickForm( jb2script.callback.evaluate );
var optionscategories = form.append( {
type: 'select',
name: 'movable',
Line 17:
event: jb2script.callback.change_category
} );
optionscategories.append( {
type: 'option',
label: 'Yes - It can be moved by John Bot II',
Line 23:
value: 'yes'
} );
optionscategories.append( {
type: 'option',
label: "No - It can't be moved by John Bot II",
Line 29:
value: 'no'
} );
optionscategories.append( {
type: 'option',
label: "Not by a bot - It can't be moved by a robot",