Page 1 of 1

Code for Invite

Posted: Mon Jan 31, 2011 12:59 am
by leahcim2468
I was wondering if there was a code for the profile that would invite another player

and under what section in the profile do i put it?

Re: Code for Invite

Posted: Mon Jan 31, 2011 1:17 am
by lisa
A quick search revealed http://www.solarstrike.net/phpBB3/viewt ... ite#p13294

Code: Select all

RoMScript("InviteByName('myOtherCharacter')");
You can add that to your onload section of profile I guess. Obviously replace myOtherCharacter with the actual name of the character.

Re: Code for Invite

Posted: Mon Jan 31, 2011 1:46 am
by leahcim2468
Thank you Lisa