Category:Commands

From the Oblivion ConstructionSet Wiki
Revision as of 10:43, 7 February 2006 by 10.0.1.94 (talk)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

scriptname ScriptName


begin [block type]

end


; comment


short varNameShort

long varNameLong

float varNameFloat

ref varNameRef


set varName to 5


if ( varName > 100 ) ; greater than

elseif ( varName < 20 ) ; less than

else

endif


if ( varName == x ) ; equals

if ( varName != x ) ; not equal to

if ( varName >= x ) ; greater than or equal to

if ( varName <= x ) ; less than or equal to

if ( varName && x ) ; logical and

if ( varName || x ) ; logical or

return ; exits the script -- no lines following will be processed

set objectID.varName to 100

objectID.getav health

Subcategories

This category has the following 3 subcategories, out of 3 total.

B

F

V

Pages in category "Commands"

The following 11 pages are in this category, out of 11 total.