Crystal Engine – GF Summon

Introduction

This script is an add on for Crystal Engine – Guardian Forces. This script allows you to summon your GFs into battle to replace your party or even join.

Skill Notetags

<GF summon: x> Summons actor id x as a GF

<summon style: x> Chanages the summon style of the skill

<dismiss> Dismisses the current GF

Script Download and Requirements

Required: Crystal Engine – Guardian Forces

Required: Crystal Engine – Basic Module

Download the Latest Version

Categories: Scripts | 1 Comment

Post navigation

One thought on “Crystal Engine – GF Summon

  1. RiseEvil

    This is an excellent script, probably one of the bests available for RGSS3, especially with its versatility about all the options you can provide to the summons.

    However, I’ve noticed that you made a mistake in the lines 137 & 138 :
    index = $game_party.battle_members.index(user.id)
    set[index] = item.gf_summoned

    So I switched the place between them to make it work :
    set[index] = item.gf_summoned
    index = $game_party.battle_members.index(user.id)

    Also, still about the Summon Type 2, I’ve noticed something odd when your Summon dies, it doesn’t dismiss to allow the summoner coming back. I was wondering if there was a way in order to make it dismiss when dead. ^^”

    Nevertheless, you did a very great job with this system. ^^

Leave a comment

Create a free website or blog at WordPress.com.