Graal Forums  

Go Back   Graal Forums > Development Forums > NPC Scripting
FAQ Members List Calendar Search Today's Posts Mark Forums Read

 
 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 09-14-2003, 09:56 AM
mewtoo18 mewtoo18 is offline
Registered User
Join Date: Sep 2003
Location: Southbend IN
Posts: 41
mewtoo18 is on a distinguished road
Fix Script Plz?

Can anyone fix this so i hit 1 to turn on and 1 again to turn off? i naver could make scripts do that =/, Thanx:



if (created) {this.mode = 1;}
if (keypressed && strequals(#p(1),1) && this.mode = 1 {
setstring client.dir,#v(playerdir);
this.mode = 2;
}
if (this.mode = 2) {
timeout=.05;
if (keydown(0) || keydown(1) || keydown(2) || keydown(3) ) {
playerdir = strtofloat(#s(client.dir));
}
if (keypressed && strequals(#p(1),2) && this.mode = 2 {
setstring client.dir,4;
this.mode = 1;
timeout = 0.00;
}
}
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 07:34 PM.


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