Graal Forums  

Go Back   Graal Forums > Development Forums > NPC Scripting
FAQ Members List Calendar Today's Posts

 
 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 04-30-2011, 11:13 AM
JesusFreak250 JesusFreak250 is offline
Vendetta
Join Date: Nov 2010
Location: United Kingdom
Posts: 262
JesusFreak250 will become famous soon enough
Help needed

hey I'm currently learning to script and I was on testbed just playing about trying to make a gralat script so that the player can make there gralats go up to 1000. It seems to work fine but after about 0.5 of a second the gralats go back to what i had before i used the weapon. I'm guessing it's something to do with it being clientside and it needs to be serverside but I'm not sure. So i need some help to make it work. I know its probably really bad but its one of my first attempt.

HTML Code:
//#CLIENTSIDE
  
  function onKeyPressed(code, key, scancode) {
   
   if (key == "3") {
    
    player.rupees = 1000;
  }
 }
Reply With Quote
 


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 02:29 PM.


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