Dialog response help
#3

Код:
stock strvalEx( const string[] ) 
{
	// written by mabako in less than a minute :X
	if( strlen( string ) >= 50 ) return 0; // It will just return 0 if the string is too long
	return strval(string);
}
Reply


Messages In This Thread
Dialog response help - by PaulDinam - 23.06.2012, 21:03
Re: Dialog response help - by Kindred - 23.06.2012, 21:05
Re: Dialog response help - by PaulDinam - 23.06.2012, 21:10
Re: Dialog response help - by Kindred - 23.06.2012, 21:12
Re: Dialog response help - by PaulDinam - 23.06.2012, 21:21
Re: Dialog response help - by Kindred - 23.06.2012, 21:24
Re: Dialog response help - by PaulDinam - 23.06.2012, 21:31

Forum Jump:


Users browsing this thread: 1 Guest(s)