Or am I a dummy and missing something here?
edited 1×, last 09.08.12 08:06:11 pm
General
Alternative to mouse clicking when building?
Alternative to mouse clicking when building?
1

script=start
on:use {
exchange "self";
}
on:hit {
if (getplayerweapon()==30){
msg "Press the right mousebutton",3;
msg "to build here!",3;
}
}
script=end
maxweight=1000000000
Lion_Hearted has written
Seekay has written
1
