I've got this for a single item:
DelayCommand(2.0, CreateItemOnObjectVoid("crp_coin_1", oPC));
How do I give 200 of this to players without making 200 of these lines in the code?
How do I give a player 200 of something - OnEnter Area
Débuté par
Ugly_Duck
, sept. 05 2011 09:34
#1
Posté 05 septembre 2011 - 09:34
#2
Posté 05 septembre 2011 - 10:12
Problem solved - thanks kayben and marshell!
#3
Posté 05 septembre 2011 - 10:40
object CreateItemOnObject(string sItemTemplate, object oTarget=OBJECT_SELF, int nStackSize=1, string sNewTag="", int bDisplayFeedback=1);
Stacksize at 200
Stacksize at 200





Retour en haut






