Further file organization
Further file organization
This commit is contained in:
9
nwn/nwnprc/trunk/scripts/prc_dusk_qckcast.nss
Normal file
9
nwn/nwnprc/trunk/scripts/prc_dusk_qckcast.nss
Normal file
@@ -0,0 +1,9 @@
|
||||
// Written by Stratovarius
|
||||
// Turns Quick Cast on
|
||||
|
||||
void main()
|
||||
{
|
||||
object oPC = OBJECT_SELF;
|
||||
SetLocalInt(oPC, "QuickCast", TRUE);
|
||||
FloatingTextStringOnCreature("*Quick Cast Activated*", oPC, FALSE);
|
||||
}
|
Reference in New Issue
Block a user