-
Notifications
You must be signed in to change notification settings - Fork 0
GM_Pages
{{Languages|GM_Pages}}
FORCETOC When a client submits a GM page, these pages can be accessed through scripts using the GMPAGE.n reference from the server object. The following table details the various properties of GM pages in SphereServer:
Here is a list of all GM page properties and functions. If a function is marked as readable then it can return a value when used as . Click on the name for more detailed information such as usage and examples.
{| border="1" cellspacing="4" cellpadding="4" | Name || Read/Write || Description |- | ACCOUNT || R || Gets the name of the account that sent the page. |- | HANDLED || R || Gets the UID of the character currently handling the page. |- | P || RW || Gets or sets the location that the page was sent from. |- | REASON || RW || Gets or sets the reason for the page. |- | STATUS || R || Gets the status of the page sender (OFFLINE, LOGIN or character name). |- | TIME || RW || Gets the time since the page was originally sent in seconds. |}
Category: Reference Compendium Category: Objects