Revision history of "ToBreakTheQuietQuestScript"

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 22:44, 8 March 2022Silvematt talk contribs 1,623 bytes +1,623 Created page with "<pre> using UnityEngine; using RPGCreationKit; using RPGCreationKit.Quests; using RPGCreationKit.AI; using RPGCreationKit.CellsSystem; namespace RPGCreationKit.Quests { public class ToBreakTheQuietQuestScript : QuestScript { RckAI bandit1; RckAI bandit2; // This will start running the CustomUpdate as soon as the quest starts. public void Start() { quest.questScriptExecutionDelay = 1f; RunQuestScrip..." Tag: Visual edit