Two-Beep

Ringtones that'll get mashed into a PDA
Vars | |
alertList | The alert text to play for the sound at this index -- if enabled and not blank |
---|---|
applyText | The following are used by the PDA programs to display the menu option things The text that you click to make this your ringtone |
canSpawnWith | Can this ringtone be selected through character creation? |
descText | The text that works as a flowery form of Description: |
extrarange_adjustment | Extrarange added to all ringtones here |
has_short | Does this ringtone have short versions of their tones? |
holder | The PDA this happens to be attached to |
listCycleType | Sets how to change the index whenever the sound gets played |
nameText | The text that works as a flowery replacement for Name: |
overrideAlert | Whether this ringtone set should use its alert text instead of the PDA's |
pitchList | Pitch to play the sound at this index |
previewMessage | The message sent when previewing the ringtone |
previewSender | The sender of the preview message |
previewText | The test that you click to get a message and hear the ringtone without applying it |
rangeList | How much further should this sound carry? |
readMessages | Does this ringtone have special message-specific functionality? |
ringList | List of sounds |
ringListIndex | Current index to read all the lists from, so if the ringtone wants to cycle through different sounds, it can |
ringShortList | List of alternate sounds |
succText | The success message when this ringtone gets applied |
varyList | Whether or not to vary the sound at this index |
volList | What volume to play the sound at this index -- keep all these lists at the same length as ringlist! |
Procs | |
DoSpecialThing | Do something special at certain indexes, after playing the sound? |
MessageAction | So things with access to the ringtone can do things to it |
PlayRingtone | Plays the sound at the current index, then change the index |
Var Details
alertList

The alert text to play for the sound at this index -- if enabled and not blank
applyText

The following are used by the PDA programs to display the menu option things The text that you click to make this your ringtone
canSpawnWith

Can this ringtone be selected through character creation?
descText

The text that works as a flowery form of Description:
extrarange_adjustment

Extrarange added to all ringtones here
has_short

Does this ringtone have short versions of their tones?
holder

The PDA this happens to be attached to
listCycleType

Sets how to change the index whenever the sound gets played
nameText

The text that works as a flowery replacement for Name:
overrideAlert

Whether this ringtone set should use its alert text instead of the PDA's
pitchList

Pitch to play the sound at this index
previewMessage

The message sent when previewing the ringtone
previewSender

The sender of the preview message
previewText

The test that you click to get a message and hear the ringtone without applying it
rangeList

How much further should this sound carry?
readMessages

Does this ringtone have special message-specific functionality?
ringList

List of sounds
ringListIndex

Current index to read all the lists from, so if the ringtone wants to cycle through different sounds, it can
ringShortList

List of alternate sounds
succText

The success message when this ringtone gets applied
varyList

Whether or not to vary the sound at this index
volList

What volume to play the sound at this index -- keep all these lists at the same length as ringlist!
Proc Details
DoSpecialThing
Do something special at certain indexes, after playing the sound?
MessageAction
So things with access to the ringtone can do things to it
PlayRingtone
Plays the sound at the current index, then change the index