Signature
#define fm_fake_touch(%1,%2) dllfunc(DLLFunc_Touch, %1, %2)
Description
stock fm_fake_touch(toucher, touched)
{
return dllfunc(DLLFunc_Touch, toucher, touched)
}