Tweaked & Bugfixed "Spider's Captive" quest. Breathed a little life into the Warrior's Guild. Changed several quest rewards to be split among the party. Full compile.
8 lines
158 B
Plaintext
8 lines
158 B
Plaintext
void main()
|
|
{
|
|
AssignCommand(OBJECT_SELF, ClearAllActions());
|
|
|
|
AssignCommand(OBJECT_SELF, ActionAttack(GetNearestObjectByTag("ra_rnd_train_spw")));
|
|
|
|
}
|