mirror of
http://prc.nwn.ee:3000/Jaysyn/PRC8.git
synced 2025-12-16 14:57:15 -05:00
11 lines
295 B
Plaintext
11 lines
295 B
Plaintext
/////////////////////////////////////////////////
|
|
// Crusader Zealous Surge
|
|
//-----------------------------------------------
|
|
// Created By: Stratovarius
|
|
/////////////////////////////////////////////////
|
|
|
|
void main()
|
|
{
|
|
// Yerp, thats all it is
|
|
SetLocalInt(OBJECT_SELF, "ZealousSurge", TRUE);
|
|
} |