It may be that you need to go into editor settings and set display gui's as normal...otherwise they grey out by default..
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuoteIs that the koala hand?its actually been changed
function object_click()
{
c009.Phylactere(String.Format("That %s does not seem to harbor anything about the plans by Skull.",object[19].Name)); // any object not just object 19?
}
QuoteWow, it worked when i changed the fuinction to look.strange that.. did you make sure that the mouse cursor was in fact the Talkto mouse cursor when you clicked CFrank?
function cFrank_Talk()
{
if (player==cEgo) {
Display("Ego is the player.");
}
else if (player==cAlienKing) {
Display("Alien is the player.");
}
else {
Display("Who is the player?");
}
By continuing to use this site you agree to the use of cookies. Please visit this page to see exactly how we use these.
Page created in 0.081 seconds with 15 queries.