Wintermute Engine Forum

Wintermute Engine => Community bulletin board => Topic started by: Mnemonic on March 17, 2007, 02:12:43 PM

Title: Posting script snippets
Post by: Mnemonic on March 17, 2007, 02:12:43 PM
When posting script snippets on this forum, please use the following syntax:

[code=script]
// some script code here
var Something = 1234;
[/code]


That way the code will receive automatic syntax highlighting:

Code: WME Script
  1. // some script code here
  2. var Something = 1234;
  3.  

You can use the "Code" dropdown list when posting, to enter this code automatically.