Initial Upload
Initial Upload
This commit is contained in:
12
_module/nss/cho_int_give.nss
Normal file
12
_module/nss/cho_int_give.nss
Normal file
@@ -0,0 +1,12 @@
|
||||
//Put this on action taken in the conversation editor
|
||||
void main()
|
||||
{
|
||||
|
||||
object oPC = GetPCSpeaker();
|
||||
|
||||
object oTarget;
|
||||
oTarget = oPC;
|
||||
|
||||
ApplyEffectToObject(DURATION_TYPE_TEMPORARY, EffectAbilityIncrease(ABILITY_INTELLIGENCE, 5), oTarget, 600.0f);
|
||||
|
||||
}
|
Reference in New Issue
Block a user