Further file organization
Further file organization
This commit is contained in:
11
nwn/nwnprc/trunk/scripts/prc_wild_rod.nss
Normal file
11
nwn/nwnprc/trunk/scripts/prc_wild_rod.nss
Normal file
@@ -0,0 +1,11 @@
|
||||
#include "prc_inc_burn"
|
||||
|
||||
void main()
|
||||
{
|
||||
object oPC = OBJECT_SELF;
|
||||
if(!BurnSpell(oPC))
|
||||
return;
|
||||
|
||||
// Rod of Wonder
|
||||
AssignCommand(oPC, ActionCastSpell(499));
|
||||
}
|
Reference in New Issue
Block a user