Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--Saved by Quest 5.8.6836.13983-->
- <asl version="580">
- <include ref="English.aslx" />
- <include ref="Core.aslx" />
- <game name="project1">
- <gameid>70a906c5-e6ce-4497-8b5b-c460a189e1b6</gameid>
- <version>1.0</version>
- <firstpublished>2019</firstpublished>
- </game>
- <object name="room">
- <inherit name="editor_room" />
- <isroom />
- <object name="player">
- <inherit name="editor_object" />
- <inherit name="editor_player" />
- </object>
- <object name="Bob">
- <inherit name="editor_object" />
- <speak type="script">
- msg ("\"What's up?\"")
- FirstBobDialogue = NewStringList()
- list add (FirstBobDialogue, "You stink!")
- list add (FirstBobDialogue, "MARRY ME!")
- ShowMenu ("\"You got something to say?\"", FirstBobDialogue, false) {
- if (result = "You stink!") {
- msg ("\"Well screw you too!\"")
- }
- else if (result = "MARRY ME!") {
- msg ("Uh...")
- }
- else {
- msg ("null")
- }
- }
- </speak>
- </object>
- </object>
- <turnscript>
- <enabled />
- </turnscript>
- </asl>
Advertisement
Add Comment
Please, Sign In to add comment