View Single Post
  #1  
Old 08-15-2008, 03:08 PM
Exhausted Exhausted is offline
Registered User
Exhausted's Avatar
Join Date: Mar 2008
Posts: 179
Exhausted is infamous around these parts
GS1 script will not run, why? (originally 'GS1 question')

Yay, first thread here in .. how long?

Anyway, I'm not quite sure why this script won't work.

if (playerenters){
timeout = 18.5;
}

if (timeout){
setcharani idle,;
sleep 4;
setcharani sit,;
}


I even tried


if (playerenters){
timeout = 18.5;

if (timeout){
setcharani idle,;
sleep 4;
setcharani sit,;
}
}


So I dunno. I tried a few different things, but none of them worked. What am I missing?

Btw, I know GS1 is outdated, but atm it's easier to learn (or at least experiment with) then GS2.
__________________
Quote:
Originally Posted by grawlgamer View Post
And one thing that really pissed me off, I bought Assassin's Creed a week before they halved the price.
Quote:
Originally Posted by Nataxo View Post
you're so evil, graal doesnt need persons like you, you should get global ban
Reply With Quote