LoT_PRC8/_module/nss/hooker_act.nss
Jaysyn904 ec287507a1 Initial upload
Initial upload.
2023-09-25 21:32:17 -04:00

14 lines
252 B
Plaintext

#include "hooker_action"
void main()
{
object oObject=GetPCSpeaker();
object oHooker=OBJECT_SELF;
string sString="iFee";
int iCash=GetLocalInt(oObject, sString);
HookerMain(oObject, oHooker, iCash);
HookerEffect(oObject, iCash);
}