Thread: Learning GS2 :D
View Single Post
  #6  
Old 09-01-2006, 01:41 AM
killerogue killerogue is offline
Registered Omega
killerogue's Avatar
Join Date: Apr 2006
Location: United States
Posts: 1,920
killerogue is on a distinguished road
Send a message via AIM to killerogue Send a message via MSN to killerogue
Here I rewrote it zeroing in on all problems. Be happy Skyld and leave me and my caveman scriptign alone. >:[

PHP Code:
function onCreated()
{
this.value 0;
}
function 
onPlayerTouchsMe()
{
if (
this.value 0);
this.value 1;
player.chat "On!";
}
else
{
this.value 0;
player.chat "Off!";

__________________


REMEMBER, IF YOU REP ME, LEAVE A NAME!

Quote:
Originally Posted by haunter View Post
Graal admins don't die. They go to hell and regroup.
Quote:
Originally Posted by Inverness View Post
Without scripters, your graphics and levels wouldn't do anything but sit there and look pretty.

Last edited by killerogue; 09-01-2006 at 01:42 AM.. Reason: Forgot to add the last PHP tag.
Reply With Quote