View Single Post
  #6  
Old 06-30-2005, 09:02 PM
Velox Cruentus Velox Cruentus is offline
Registered User
Velox Cruentus's Avatar
Join Date: Dec 2004
Location: Quebec, Canada
Posts: 465
Velox Cruentus is on a distinguished road
Send a message via ICQ to Velox Cruentus Send a message via AIM to Velox Cruentus
Not hard at all. It is really obvious.
Functions are have brackets.
- showstats 1028; == showstats(1028);
Variables and Strings are now merged.
- foo = "bar";
Players can join classes.
- player.join("pigDen");
function onEVENT() replace if (EVENT)
- function onCreated()
functions can be public (accessed by any other object)
- public function WeaponFired(){


Umm... Yea. Instead of "strequals(#c,chat)", you do "player.chat == "chat"", or "#c == "chat""
__________________
In a world of change... Who'll you believe?
Reply With Quote