|
@@ -2164,7 +2164,7 @@ If there is no such party ID, "null" will be returned.
|
|
|
Lets say the ID of a party was saved as a global variable:
|
|
|
|
|
|
// This would return the name of the party from the ID stored in a variable
|
|
|
- mes "You're in the '"+getpartyname($@var)"' party, I know!";
|
|
|
+ mes "You're in the '"+getpartyname($@var)+"' party, I know!";
|
|
|
|
|
|
---------------------------------------
|
|
|
|