Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2014
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.83 KB | None | 0 0
  1. DSPK V04.00 Furcadia
  2. *Furcadia Dragonspeak Script File
  3. *Created by Jak Frost
  4.  
  5. (0:9) When a furre arrives in the dream,
  6. (5:15) move the triggering furre to (18,20), or to someplace nearby if it's occupied.
  7. (1:620) and the PhoenixSpeak info {skintime} about this dream is equal to 2,
  8. (5:180) show the triggering furre's DragonSpeak Button 2.
  9.  
  10. (0:9) When a furre arrives in the dream,
  11. (1:620) and the PhoenixSpeak info {skintime} about this dream is equal to 1,
  12. (5:180) show the triggering furre's DragonSpeak Button 1.
  13.  
  14.  
  15. **SECTION** SET TIME WHEN DREAM STARTS UP
  16. (0:0) When everything is starting up,
  17. (5:322) set variable %time to the current hour FST (Furcadia Standard Time in twenty-four hour format).
  18. (5:602) memorize that the PhoenixSpeak info {skintime} about this dream will now be 1.
  19.  
  20. (0:101) When the time is 99:99 FST
  21. (5:322) set variable %time to the current hour FST (Furcadia Standard Time in twenty-four hour format).
  22.  
  23. **SECTION** CHANGE THIS TO THAT WHEN DAY TIME
  24. (0:101) When the time is 8:00 FST
  25. (5:6) swap object types # and #.
  26. (5:191) hide everyone in the dream's DragonSpeak Button 2.
  27. (5:190) show everyone in the dream's DragonSpeak Button 1.
  28. (5:204) emitloud message {The sun has risen over the Vale.} to everyone on the map.
  29. (5:602) memorize that the PhoenixSpeak info {skintime} about this dream will now be 1.
  30.  
  31. **SECTION** CHANGE THAT TO THIS WHEN NIGHT TIME
  32. (0:101) When the time is 20:00 FST
  33. (5:6) swap object types # and #.
  34. (5:191) hide everyone in the dream's DragonSpeak Button 1.
  35. (5:190) show everyone in the dream's DragonSpeak Button 2.
  36. (5:204) emitloud message {The sun has set within the Vale.} to everyone on the map.
  37. (5:602) memorize that the PhoenixSpeak info {skintime} about this dream will now be 2.
  38.  
  39. *Endtriggers* 8888 *Endtriggers*
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement