Graal Forums  

Go Back   Graal Forums > Development Forums > NPC Scripting > Code Gallery
FAQ Members List Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 05-05-2011, 08:14 PM
Tigairius Tigairius is offline
The Cat
Tigairius's Avatar
Join Date: Jan 2007
Location: Missouri, USA
Posts: 4,240
Tigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant future
Cool. Seems like it might be easier to just do something like:

PHP Code:
//#CLIENTSIDE
function onPlayerChats() {
  
player.chat == "stealth" onTimeout() : (player.chat == "nostealth" setTimer(0) : NULL);
}

function 
onTimeout() {
  
hideplayer(0.1);
  
setTimer(0.1);

You can say "stealth" or "nostealth" to toggle it.
__________________


“Shoot for the moon. Even if you miss, you'll land among the stars.”
Reply With Quote
  #2  
Old 07-18-2012, 06:34 AM
Hezzy002 Hezzy002 is offline
Registered User
Join Date: Jul 2011
Posts: 247
Hezzy002 is a jewel in the roughHezzy002 is a jewel in the rough
Quote:
Originally Posted by Tigairius View Post
Cool. Seems like it might be easier to just do something like:

PHP Code:
//#CLIENTSIDE
function onPlayerChats() {
  
player.chat == "stealth" onTimeout() : (player.chat == "nostealth" setTimer(0) : NULL);
}

function 
onTimeout() {
  
hideplayer(0.1);
  
setTimer(0.1);

You can say "stealth" or "nostealth" to toggle it.
Dude, that inline conditional is the ugliest thing I've ever seen in my life.

Last edited by Tigairius; 07-22-2012 at 07:18 PM.. Reason: Inappropriate
Reply With Quote
Reply


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 06:31 PM.


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