Thread: detect number
View Single Post
  #7  
Old 12-27-2006, 06:15 PM
Chompy Chompy is offline
¯\(º_o)/¯
Chompy's Avatar
Join Date: Sep 2006
Location: Norway
Posts: 2,815
Chompy is just really niceChompy is just really niceChompy is just really nice
Send a message via MSN to Chompy
Quote:
Originally Posted by fowlplay4 View Post
Why not just use type..

NPC Code:

function onCreated()
{
var = 333;
if (var.type() == 0)
echo(var @ " is a number. GG LOL");
}

Hmm, didn't think of that :O Thanks
__________________
Reply With Quote