Signature
#define fm_call_think(%1) dllfunc(DLLFunc_Think, %1)
Description
stock fm_call_think(entity)
{
return dllfunc(DLLFunc_Think, entity)
}