
06-12-2001, 06:53 PM
|
|
man with the mastahplan
|
 |
Join Date: Apr 2001
Location: Half-way over the river styx
Posts: 4,422
|
|
|
Something like this:
if (playerchats) {
tokenize #c;
if (strequals(#t(1),jail)) {
getplayer #t(2) {setlevel2 police2.graal;}
}
}
Could this work? |
|
|
|