PRI and KEYIn-depth reviewYou may have seen me talk about the PRI command in the beginners section, well now i'm going to get into more details about it.
But there is one major difference between them.
Because if you used KEY, the enemies would be able to shoot at the player to no effect, while they were in the message box. Which would look weird and be highly inconvenient for the player once they were done with the event. *The KEY command will make the player invincible until the scripted event ends Using PRI in that situation would stop the enemies and allow the player to go through the scripted event without having to worry about them.
Remember, PRI COMPLETELY FREEZES ALL GAME ACTION, that includes things like animating npc's to move around during a cutscene. All the KEY command would do, is just stop the player from moving, but it would still let everything else move. Previous Section: Order matters Next Lesson: MSG, MS2, and MS3 |