Initial upload
Initial upload.
This commit is contained in:
13
_module/nss/hooker_act2.nss
Normal file
13
_module/nss/hooker_act2.nss
Normal file
@@ -0,0 +1,13 @@
|
||||
#include "hooker_action2"
|
||||
|
||||
void main()
|
||||
{
|
||||
object oObject=GetPCSpeaker();
|
||||
object oHooker=OBJECT_SELF;
|
||||
string sString="iFee";
|
||||
int iCash=GetLocalInt(oObject, sString);
|
||||
|
||||
HookerMain(oObject, oHooker, iCash);
|
||||
HookerEffect(oObject, iCash);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user