Ulysses

Ulysses Stuff => General Chat & Help and Support => Topic started by: PAL-18 on May 31, 2013, 07:24:22 PM

Title: ulx ent multiple params
Post by: PAL-18 on May 31, 2013, 07:24:22 PM
Im trying to spawn an entity with multiple parameters.  I know the parameters are correct because i copy/pasted them from the entity file of a map.

In the gui, it says i can seperate multiple fags with ;  but when i try adding more than one flag with that seperator, the entity isin't added.

Any idea whats happening?

Here's what im trying to add:

prop_vehicle_airboat
model:models\airboat.mdl;EnableGun:1
Title: Re: ulx ent multiple params
Post by: Megiddo on May 31, 2013, 08:14:29 PM
Keys and values are separated by ':', everything else is separated by spaces. No mention of semicolons is made in the help.

Example:
Code: [Select]
ulx ent npc_metropolice manhacks:10 additionalequipment:weapon_stunstick
Title: Re: ulx ent multiple params
Post by: PAL-18 on June 01, 2013, 12:13:02 AM
Ah, my shitty eyesight thought it was a semi colon and i thought it meant that it can be used to set new arguments. Also, there's no mention of spaces on the gui:

(https://dl.dropboxusercontent.com/u/18722727/ulx-ent.jpg)