Changed folder name.
Changed folder name.
This commit is contained in:
8
_module/nss/setmonsterpic.nss
Normal file
8
_module/nss/setmonsterpic.nss
Normal file
@@ -0,0 +1,8 @@
|
||||
void main()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
object oTarget;
|
||||
oTarget = oPC;
|
||||
int nPortraitType = 66;
|
||||
SetPortraitId(oTarget, nPortraitType);
|
||||
}
|
Reference in New Issue
Block a user