At first I thought it would be impossible for me to upgrade to GS2. Here's what scripting looked like to me before, and it's still the easiest way for me to comprehend at the moment.
Quote:
if (playerenters){
shootball;
}
|
But now that everything is scripted in GS2, the script would look something more along the lines of.....
Quote:
function onPlayerEnters(){
shootball();
}
|
I guess it's not really TOO different or impossible for me to upgrade. It's just odd. But with the help of the Graal wiki, it's going to be a lot easier. However I still haven't figured out how to do a script so that if the player chats, and the chat equals certain words, it will perform a command.... I tried function onPlayerChats("and what they would chat in here") but that didn't work. o_o
I'd have to say basically, I just know how to call events... I don't know how to edit events, like with a created&&timeout, or playerchats&&wordsare.... or playerhit&&hp=2.....
I talked to Hell Raven, he basically taught me how to call basic events and told me about the wiki.
