Forums Index >> Modding >> How do I implement codes?
Page : <1> :
Hey dash, ill catch you on yahoo next time you are on, I have a few ideas on this but im not sure but ill run them by you and see if it helps you along any.
Wednesday, June 23, 2004 at 1:45:12 PM
Page : <1> :
HI all,
How do I implement codes? I want to know how to scan the chat stream for user input, specfically codes.
For example say I have the function below on my server.
Function foo(%d) {
Do something interesting;
}
When a user types in the chat window...
/foo bar
Foo will be executed and passed the argument bar
Foo(bar);
Help