Extend Denizens example


Author: tenowg
Created: 2012-10-01T18:13:30-0400
Edited: 2013-11-16T01:20:19-0500
Denizen Version: 0.7.6
Views: 132
Downloads: 715
Likes: 2


WGET
Description: This is a quick example of a POPUPONEBUTTON and SOUND command in Extend Denizens.


You will require both Denizens and ExtendDenizens for these to work.


This is ment to be Linked to from wiki.thedemgel.com

Welcome to Server:
  Type: Trigger
  Requirements:
    Mode: None
  Steps:
    '1':
      Click Trigger:
        Script:
        - LOOK CLOSE
        #POPUPONEBUTTON only shows one button, by default it is Close you can set it with the ONE modifier.
        - POPUPONEBUTTON "TITLE:Welcome to Demgel" "FAILSAFE:NARRATE" "PAGE:Welcome" "ONE:Accept"
        #SOUND plays a sound to a player from a url.
        - SOUND "URL:http://someurl.to.a.sound.file/something.wav" "ALT:somethigntosayifsounddoesn'twork"
        - LOOK AWAY
        - FINISH
  Pages:
    Welcome: |
      Welcome to Server, <PLAYER>
 
      This is the text that will be displayed in the window, or NARRATED to the player if they don't
      have SpoutCraft




Comments
No one has posted a comment! Post one below: