From 3aa301531937846138b34654db101ee2916fe4f5 Mon Sep 17 00:00:00 2001 From: brianluau Date: Mon, 29 Oct 2012 15:16:55 +0000 Subject: - Fixed a typo in r16840. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16841 54d463be-8e91-2dee-dedb-b68131a5f0ec --- doc/script_commands.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/script_commands.txt b/doc/script_commands.txt index a7d1167df..448f59b92 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -2362,7 +2362,7 @@ Example 2: check party count (with a 'next' pause), before warping to event getpartymember getcharid(1), 1; getpartymember getcharid(1), 2; - if ( $@partymembercount < .register_num ) { + if ( $@partymembercount != .register_num ) { mes "Please form a party of "+ .register_num +" to continue"; close; } -- cgit v1.2.3-60-g2f50