Game (functions)/Rescue Management

From PMDOWiki

EnterRescue

Enters a zone and begins a rescue adventure.

Arguments

  • sosPath: The path of the sos mail.

Example


GAME:EnterRescue("RESCUE/INBOX/SOS/example.sosmail")

AddAOKRemark

TODO: WIP

Arguments

  • remarkIndex: None

HasSOSMail

TODO

HasAOKMail

TODO

HasServerSet

TODO: WIP

GetRescueAllowed

Checks to see if rescue is allowed.

Returns

True if rescues are allowed, false otherwise.

SetRescueAllowed

Sets the value in the player's save file to determine if they can be rescued or not. If rescue is possible on the Save File level, it can still be prevented by the map.

Arguments

Name Type Technical Type Purpose
allowed Boolean System.Boolean Set to true to allow the player to be rescued. False otherwise.