All public logs

Jump to navigation Jump to search

Combined display of all available logs of RPG Creation Kit. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 22:44, 8 March 2022 Silvematt talk contribs created page ToBreakTheQuietQuestScript (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