2013-08-22 11:17:09 +00:00
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
2013-08-19 12:12:31 +00:00
< html xmlns = "http://www.w3.org/1999/xhtml" xml:lang = "en" >
< head >
< title > GZDoom Builder features< / title >
< meta http-equiv = "content-type" content = "text/html; charset=iso-8859-1" / >
< link rel = "stylesheet" type = "text/css" href = "../../../default.css" media = "screen" title = "Default" / >
< style type = "text/css" >
<!--
.style1 {color: #0066FF}
.style2 {color: #006600}
-->
< / style >
< / head >
< body >
< object type = "application/x-oleobject" classid = "clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e" >
< param name = "keyword" value = "Template" >
< / object >
< div id = "gz_title" > < h1 > Enhanced scripting workflow< / h1 > < / div >
< div id = "contents" >
< table width = "100%" border = "0" cellspacing = "3" cellpadding = "3" >
< tr >
2013-08-22 11:17:09 +00:00
< td valign = "top" > < p > < b > GZDoom Builder< / b > includes many features to help you to assign and edit scripts easier.< / br >
2013-08-19 12:12:31 +00:00
< / br >
2013-08-22 11:17:09 +00:00
The Script editor now has a " Script names" drop down, which allows you to view and select individual scripts faster.< / br >
2013-08-19 12:12:31 +00:00
< / p >
< h3 > Pseudo-named scripts< / h3 >
2013-08-22 11:17:09 +00:00
If you add a comment after the script's opening brace like so:< / br > ...
2013-08-19 12:12:31 +00:00
< p > < span class = "style1" > script 1 (void) {< / span > < span class = "style2" > //My Pseudo-named script< / span > < / br >
...< / br >
< / p >
< p class = "style1" > }< / p >
2013-08-22 11:17:09 +00:00
...it will be used as the script name in the " Script names" drop down and in the Thing and Linedef Edit forms drop downs (the example script will be named as " < strong > [1] My Pseudo-named script< / strong > " ).< / br >
2013-08-19 12:12:31 +00:00
< / br >
< p > < b > Notice:< / b > " Script names" drop down items are updated when the script is compiled successfully.< / p > < / td >
< td > < img src = "acs_scripteditor.jpg" / > < / td >
< / tr >
< tr >
< td valign = "top" > < p > Thing and Linedef scripts can now be set much easier.< / br >
< / br >
2013-08-22 11:17:09 +00:00
< b > Notice:< / b > to remove a named or regular script, clear the script selector text box< / p >
2013-08-19 12:12:31 +00:00
< / td >
< td > < img src = "acs_thing2.jpg" / > < br / > < img src = "acs_thing1.jpg" / > < / td >
< / tr >
< tr >
2013-08-22 11:17:09 +00:00
< td valign = "top" > If a Thing or Linedef has a named script attached to it, it will be shown in the info panel.< / td >
2013-08-19 12:12:31 +00:00
< td > < img src = "acs_infoex.jpg" / > < / td >
< / tr >
< / table >
< / div >
< / body >