Jump to content

Home

VarsityPuppet

Members
  • Posts

    1430
  • Joined

  • Last visited

Personal Information

  • Location
    MN
  • Current Game
    Chrono Trigger
  • Favorite LucasArts Game
    Kotor II
  • Resolution
    1024x768
  • Height in cm
    0

VarsityPuppet's Achievements

Newbie

Newbie (1/14)

  • Week One Done Rare
  • One Month Later Rare
  • One Year In Rare

Recent Badges

10

Reputation

Single Status Update

See all updates by VarsityPuppet

  1. void main(){

     

    if(!GetLocalBoolean(OBJECT_SELF, 30) ){

    int i;

    for(i = 0; i < 3; i++){

     

    CreateObject(OBJECT_TYPE_CREATURE, "hssiss", GetLocation(OBJECT_SELF), FALSE);

     

     

    }

     

    SetLocalBoolean(OBJECT_SELF, 30, TRUE);

     

    }

     

     

    }

×
×
  • Create New...