Initial Commit
Initial Commit
This commit is contained in:
10
_module/nss/fishing_stop.nss
Normal file
10
_module/nss/fishing_stop.nss
Normal file
@@ -0,0 +1,10 @@
|
||||
void main()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
effect eEffect = GetFirstEffect(oPC);
|
||||
while (GetIsEffectValid(eEffect))
|
||||
{
|
||||
if (GetEffectType(eEffect) == EFFECT_TYPE_CUTSCENEIMMOBILIZE) RemoveEffect(oPC, eEffect);
|
||||
eEffect = GetNextEffect(oPC);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user