07.07.2010, 12:31
return 1; < This makes OnPlayerText execute the standard text, along with the other options you wanted to be executed.
return 0; < This make OnPlayerText not to execute the standard text, but still executes the option you wanted to be executed.
return 0; < This make OnPlayerText not to execute the standard text, but still executes the option you wanted to be executed.

