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-07-2007, 01:46 AM
Rapidwolve Rapidwolve is offline
Registered User
Join Date: Jul 2006
Posts: 1,241
Rapidwolve is an unknown quantity at this point
Script Collab

Lets play a game, everybody adds to the script. The final product should be a undecided and should be fully functional. We can decide what it will end up being further on.

Must be:
Over 80 lines, but under 200 lines.

Images to use:
block.png
sign.png
add more


Cannot Use:
GUI Controls
Deprecated functions
Snippets from other codes


Weapon (name):
PHP Code:
function onActionServerside(action){
  switch (
action){
    
//
  
}
}

//#CLIENTSIDE
function onCreated(){
//

Class (name):
PHP Code:
function onCreated(){
setshape(13030);
}

//#CLIENTSIDE 
NPC (name):
PHP Code:
function onCreated(){
//


Last edited by Rapidwolve; 04-07-2007 at 01:59 AM..
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:17 AM.


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