Jump to content

Photo

Guy says your name when the string says "[Player]".


  • Please log in to reply
1 reply to this topic

#1 zeldafan3242

zeldafan3242

    Initiate

  • Members

Posted 28 March 2011 - 07:20 PM

Help! I would like to have a script that will tell ZQuest replace something like "[Player]" to the player's name (The one you type in when you set up a Zelda Classic File). Could you please help me? icon_frown.gif

EDIT: I think I have it:
CODE
// This script will replace "[PLAYER]" with Link->Name
import std.zh

global script LinkHasAName
{
    void run()
    {
        if(Game->String = "[PLAYER]")
        {
            Game->String = "(Link->Name)";
        }
    }
}


EDIT: I didn't work... icon_frown.gif

Edited by zeldafan3242, 20 April 2011 - 09:51 AM.


#2 Christian

Christian

    Summoner

  • Members
  • Real Name:Chris
  • Location:New Jersey

Posted 03 July 2011 - 06:13 PM

You're way off on everything. It is not that easy.


1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users