Thread: Functions.
View Single Post
  #10  
Old 03-17-2005, 10:28 PM
JkWhoSaysNi JkWhoSaysNi is offline
Ruler of the graalaxy
Join Date: Feb 2005
Location: Great Britain
Posts: 488
JkWhoSaysNi is on a distinguished road
Send a message via ICQ to JkWhoSaysNi
Thanks. I'll try that. I still cant get parameters for functions to work. Even if i do something as simple as this:
NPC Code:

function finished(what) {
say2 #v(what);
}



It simply wont run. I've tried putting a say2 in with plain text, no variables. It's as if the function never gets called.
Reply With Quote