08-06-2012, 09:06 AM
Hello everybody,
I'm trying to make a script like this:
Obviously the & isn't corrects but how should I do it different?
Luke
I'm trying to make a script like this:
PHP Code:
if(GetSwingDoorLocked("Librarydoor") == false) & (HasItem("BeroomKey") == false)
{
AddTimer("Libraryquest", 0,0f, "CheckLibraryKey");
}
Obviously the & isn't corrects but how should I do it different?
Luke