script error
Posted: June 26th, 2007, 5:23 pm
Hi there,
If I want to test my map with my gsc file it say ''Bad Syntax" and here is my gsc file;
If I want to test my map with my gsc file it say ''Bad Syntax" and here is my gsc file;
main()
{
maps\mp\_load::main();
thread tekst();
}
tekst()
{
trigger = getent ("tekst", "targetname");
while(1)
{
trigger waittill ("trigger", user);
user iprintlnbold("Congrats, " + user.name" , ^1Found The Secret Room!");
wait 2;
user iprintlnbold("^4S^7tay ^4a^7while ^4a^7nd ^4t^7ake a ^4g^7ood ^4l^7ook ^4a^7round");
wait 2;
user iprintlnbold("^1H^7ave ^1F^7un, ^3W^7ith ^3T^7he ^3M^7usic^1!");
wait 3;
}
}