
Originally Posted by
Jixuan.Fang
Well,just as you mentioned,I discoverd that it should be a
exec function.
But actually,the problem is I'm only a freshman in Script and I even don't know what the
exec function 
is.Could you PLZ give me some explain?
And also beg for some detail about the solution~

(As you can see,My english's poor~forgive me

)
Hi
It's easy, if you want to convert one of your functions to command (Exec Function in this case), just use exec keyword before function keyword in definition. For example if you have a function named SetFirstPersonView, change your definition to somthing like this:
Code:
Exec function SetFirstPersonView()
{
\\...
}
Hope it helps.
Bookmarks