17 lines
446 B
Plaintext
17 lines
446 B
Plaintext
////////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Talus Menu on Rest
|
|
// tal_speedtoken
|
|
// OPW Integration and Clean Up By Don Anderson
|
|
// dandersonru@msn.com
|
|
//
|
|
// Used in Rest Menu Conversation
|
|
//
|
|
////////////////////////////////////////////////////////////////////////////////
|
|
|
|
int StartingConditional()
|
|
{
|
|
SetCustomToken(6664,FloatToString(GetLocalFloat(GetPCSpeaker(),"emspeed")));
|
|
return TRUE;
|
|
}
|