Graal Forums  

Go Back   Graal Forums > Development Forums > NPC Scripting > New Scripting Engine (GS2)
FAQ Members List Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 08-30-2009, 10:48 PM
Mattehy Mattehy is offline
Developer
Mattehy's Avatar
Join Date: Jul 2009
Posts: 58
Mattehy is on a distinguished road
Disabling Sword

how do i disable a sword so it stop hitting player's hearts?
__________________
Develop 4 Lyf
Reply With Quote
  #2  
Old 08-31-2009, 02:32 AM
Soala Soala is offline
Ideas on Fire
Soala's Avatar
Join Date: Jun 2007
Location: In my head
Posts: 3,208
Soala is a jewel in the roughSoala is a jewel in the rough
disableweapons;
Reply With Quote
  #3  
Old 08-31-2009, 02:42 AM
cyan3 cyan3 is offline
Registered User
cyan3's Avatar
Join Date: Nov 2005
Location: England
Posts: 2,919
cyan3 has a brilliant futurecyan3 has a brilliant futurecyan3 has a brilliant futurecyan3 has a brilliant futurecyan3 has a brilliant futurecyan3 has a brilliant futurecyan3 has a brilliant future
Quote:
Originally Posted by alexandralove View Post
disableweapons;
disableweapons(); would be better.
Reply With Quote
  #4  
Old 08-31-2009, 02:46 AM
Frankie Frankie is offline
xChugxLifex
Frankie's Avatar
Join Date: Feb 2008
Location: New York
Posts: 1,610
Frankie is a jewel in the roughFrankie is a jewel in the rough
Send a message via AIM to Frankie Send a message via MSN to Frankie
Quote:
Originally Posted by cyan3 View Post
disableweapons(); would be better.
how so?
__________________
*Sum41Freeeeek
*Frankie
Reply With Quote
  #5  
Old 08-31-2009, 02:52 AM
Soala Soala is offline
Ideas on Fire
Soala's Avatar
Join Date: Jun 2007
Location: In my head
Posts: 3,208
Soala is a jewel in the roughSoala is a jewel in the rough
Was just giving the command actually =P
Reply With Quote
  #6  
Old 08-31-2009, 02:56 AM
cyan3 cyan3 is offline
Registered User
cyan3's Avatar
Join Date: Nov 2005
Location: England
Posts: 2,919
cyan3 has a brilliant futurecyan3 has a brilliant futurecyan3 has a brilliant futurecyan3 has a brilliant futurecyan3 has a brilliant futurecyan3 has a brilliant futurecyan3 has a brilliant future
Quote:
Originally Posted by Frankie View Post
how so?
It would work with either way but I tend to use disableweapons(); instead of disableweapons;
Reply With Quote
  #7  
Old 08-31-2009, 03:05 AM
Frankie Frankie is offline
xChugxLifex
Frankie's Avatar
Join Date: Feb 2008
Location: New York
Posts: 1,610
Frankie is a jewel in the roughFrankie is a jewel in the rough
Send a message via AIM to Frankie Send a message via MSN to Frankie
Quote:
Originally Posted by cyan3 View Post
It would work with either way but I tend to use disableweapons(); instead of disableweapons;
yeah. I wasn't trying to be a smart ass or anything, I have always wondered what the point to that is. if there are no possible parameters for a function, why add (); to the end? maybe someone else can give a more technical response.
__________________
*Sum41Freeeeek
*Frankie
Reply With Quote
  #8  
Old 08-31-2009, 07:23 AM
Gambet Gambet is offline
Registered User
Join Date: Oct 2003
Posts: 2,712
Gambet is on a distinguished road
Quote:
Originally Posted by Frankie View Post
yeah. I wasn't trying to be a smart ass or anything, I have always wondered what the point to that is. if there are no possible parameters for a function, why add (); to the end? maybe someone else can give a more technical response.

It's just the difference between GS1 and GS2. GS2 is object-oriented so all commands were basically converted into functions, hence the parenthesis. Not all functions are required to use any specific parameters, in cases like these you just need to call the function without sending any information to it.
Reply With Quote
  #9  
Old 08-31-2009, 04:25 PM
DustyPorViva DustyPorViva is offline
Will work for food. Maybe
DustyPorViva's Avatar
Join Date: Sep 2003
Location: Maryland, USA
Posts: 9,589
DustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond repute
Send a message via AIM to DustyPorViva Send a message via MSN to DustyPorViva
Quote:
Originally Posted by Gambet View Post
It's just the difference between GS1 and GS2. GS2 is object-oriented so all commands were basically converted into functions, hence the parenthesis. Not all functions are required to use any specific parameters, in cases like these you just need to call the function without sending any information to it.
This.
Just because a function has no parameters to pass does not mean you should omit the parenthesis.
Reply With Quote
Reply


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 01:01 AM.


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