View Single Post
  #13  
Old 09-11-2008, 05:26 PM
Tigairius Tigairius is offline
The Cat
Tigairius's Avatar
Join Date: Jan 2007
Location: Missouri, USA
Posts: 4,240
Tigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant future
Why are you giving him a bunch of confusing methods, the kid's trying to learn how to script, not asking the best way to script his system.
Try this, Gulthex:
PHP Code:
triggeraction(0.50.5"buy"null); 
Also, here you are mixing GS1 with GS2 again... do this:
PHP Code:
function onCreated() { 
  
setshape(13232); 


function 
onActionbuy() { 
  if (
player.rupees >= 100) { 
    
addweapon("Event/Headbob"); 
    
player.rupees -= 100
  } 

__________________


“Shoot for the moon. Even if you miss, you'll land among the stars.”
Reply With Quote