View Single Post
11-24-08, 06:57 PM   #2
Dolby
PPAP
 
Dolby's Avatar
WoWInterface Admin
Join Date: Feb 2004
Posts: 2,341
Something like this?

lua Code:
  1. function HelloWorld()
  2.   message("Hello World!");
  3. end


[ highlight=lua ]code[ /highlight ]
  Reply With Quote