Graal Forums  

Go Back   Graal Forums > PlayerWorlds > PlayerWorlds Main Forum
FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 06-15-2006, 03:18 AM
xXziroXx xXziroXx is offline
Malorian
xXziroXx's Avatar
Join Date: May 2004
Posts: 5,289
xXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant future
Good job! Heres some better boots though..

PHP Code:
//#CLIENTSIDE
function onCreated()
{
  
this.speed 1;
  
setTimer(.05);
}

function 
onKeyPressedkeyname)
{
  if ( 
name == "z" ) {
    if ( 
this.on == player.chat "-- Staff Boots On --";
    else 
player.chat "-- Staff Boots Off --";

    
this.on = !this.on;
  }
}

function 
onTimeOut()
{
  if ( 
this.on == ) {
    for ( 
this.0this.<= 3this.++) {
      if ( 
keydown(this.i) ) {
        
playerx += vecx(this.i)*this.speed;
        
playery += vecy(this.i)*this.speed;
      }
    }
  }
  
setTimer(.05);
}

function 
onPlayerChats()
{
  if ( 
player.chat.tokenize()[0] == "/speed" ) {
    if ( 
player.chat.tokenize()[1] >= && player.chat.tokenize()[1] <= )  this.speed player.chat.tokenize()[1];
    else 
player.chat "Speed must be higher then 1 and lower then 5!";
  }


Activate them by pressing "z", and change speed by saying i.e. /speed 3.
__________________
Follow my work on social media post-Graal:Updated august 2025.
Reply With Quote
  #2  
Old 06-15-2006, 03:21 AM
Andy0687 Andy0687 is offline
Enigma
Join Date: Feb 2002
Posts: 1,072
Andy0687 is on a distinguished road
Quote:
Originally Posted by xXziroXx
Good job! Heres some better boots though..
Activate them by pressing "z", and change speed by saying i.e. /speed 3.
Thanks!

I was always bothered by boots which I had to turn on and off ;P

Also Thanks for the contribution I am trying to keep it simple for new players and world owners. You don't want to throw them right to the sharks right?

Last edited by Andy0687; 06-15-2006 at 03:36 AM..
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 10:39 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.