Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

advertising

related pastes to tag 'dragonspeak'

815466 - Simplified Gun DS 1.0: variables dragonspeak simplified gun guns
  1. * Simplified Gun DS 1.0
  2.  
  3. * System Setup.-
  4. (0:0) When everything is starting up,
  5. * Clear all the variables to zero (remove if you got that line in another 0:0).
  6.             (5:399) clear all variables to zero.
  7.             (5:384) set variable %Gun_Death to the x,y position (Dead_Zone_X,Dead_Zone_Y).
  8. * End of System Setup.
  9.  
796712 - X Y: x y tutorial variables dragonspeak explaination
  1. (0:32) When a furre says something with {Test X} in it,
  2.             (5:301) copy the value of variable %Usr_Said.x into variable %Temporal.x.
  3.             (5:203) emit message {<b>X & Y:</b> Ok, X integer of the variable is now %Temporal.x.} to every furre who can see the triggering furre.
  4.  
  5. (0:32) When a furre says something with {Test Y} in it,
  6.             (5:301) copy the value of variable %Usr_Said.x into variable %Temporal.y.
  7.             (5:203) emit message {<b>X & Y:</b> Ok, Y integer of the variable is now %Temporal.y.} to every furre who can see the triggering furre.
  8.  
  9.  
793520 - My First Database. (DragonSpeak): database arrays dragonspeak
  1. *Set Array*
  2. (0:0) When everything is starting up,
  3.              (5:311) use variable %Free_IDs[30] as an array, and set element 0 of it to 0.
  4.  
  5. *When a Furre Leaves, Un-Register his/her entry code and release it*
  6. (0:10) When a furre leaves the dream,
  7.              (5:315) set variable %Taken_IDs to the triggering furre's entry code.
  8.              (5:302) take variable %Sum and add 1 to it.
  9.  
worth-right
worth-right
worth-right