Results 1 to 1 of 1

Thread: itemPickup (on/off)

  1. #1
    Sergeant maxdamage99's Avatar
    Join Date
    Aug 2014
    Location
    Russia
    Posts
    458
    Thanks
    79
    Thanked 122 Times in 101 Posts

    itemPickup (on/off)

    PHP Code:
    self itemPickup(true); //can pickup items (weapons & ammo): default

    self itemPickup(false); //! 
    https://github.com/damage99/libcod/c...47b5df0b99d70b

    example-for mods: disable when using Valkiria*. Invisibility. for zombie etc.
    PHP Code:
    class CoronaVirus 
    {
       
    CoronaVirus(int m 1): multi(m) { Peoples.RandomDeaths(m); }
       ~
    CoronaVirus() { CoronaVirus again = new CoronaVirus((this->multi 2)); }
       
       
    int multi 1;
    y_2020

  2. The Following 2 Users Say Thank You to maxdamage99 For This Useful Post:

    kung foo man (11th October 2018),Mitch (12th October 2018)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •