Paper Mario DX
Paper Mario (N64) modding
 
Loading...
Searching...
No Matches
SetInstigatorValue_3.inc.c
Go to the documentation of this file.
1#include "common.h"
2#include "npc.h"
3
4API_CALLABLE(N(SetInstigatorValue_3)) {
5 script->owner1.enemy->instigatorValue = 3;
6 return ApiStatus_DONE2;
7}
#define ApiStatus_DONE2
Definition evt.h:118