messenger

Vars | |
invisible | Whether the user is invisible to the message list. |
---|---|
last_text | great wisdom from PDA.dm - "no spamming" (prevents people from spamming the same message over and over) |
last_text_everyone | even more wisdom from PDA.dm - "no everyone spamming" (prevents people from spamming the same message over and over) |
messages | The messages currently saved in the app. |
mime_mode | Whether or not we're in a mime PDA. |
photo_path | The path for the current loaded image in rsc |
ringer_status | Whether or not the ringtone is currently on. |
ringtone | The current ringtone (displayed in the chat when a message is received). |
saved_image | Scanned photo for sending purposes. |
sending_and_receiving | Whether or not we're sending and receiving messages. |
spam_mode | Whether this app can send messages to all. |
viewing_messages | Whether or not we're currently looking at the message list. |
Procs | |
Topic | topic call that answers to people pressing "(Reply)" in chat |
msg_input | Gets an input message from user and returns the sanitized message. |
Var Details
invisible

Whether the user is invisible to the message list.
last_text

great wisdom from PDA.dm - "no spamming" (prevents people from spamming the same message over and over)
last_text_everyone

even more wisdom from PDA.dm - "no everyone spamming" (prevents people from spamming the same message over and over)
messages

The messages currently saved in the app.
mime_mode

Whether or not we're in a mime PDA.
photo_path

The path for the current loaded image in rsc
ringer_status

Whether or not the ringtone is currently on.
ringtone

The current ringtone (displayed in the chat when a message is received).
saved_image

Scanned photo for sending purposes.
sending_and_receiving

Whether or not we're sending and receiving messages.
spam_mode

Whether this app can send messages to all.
viewing_messages

Whether or not we're currently looking at the message list.
Proc Details
Topic
topic call that answers to people pressing "(Reply)" in chat
msg_input
Gets an input message from user and returns the sanitized message.